asked
Free Python Lecture (Usage Part 1) - Making a nostalgic arcade game (3 hours)
Character
Written on
·
253
0
(screen_width / 2) - (screen_width / 2) 했는데 캐릭터가 맨 왼쪽에 있습니다
Answer 1
(screen_width / 2) - (character_width / 2)가 맞는거 같습니다~