Advertisement
Kitomas

witch game notes

Mar 28th, 2025
8
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. [DONE]
  2. fix small basket sprite's alpha values, as there
  3. are conspicuous black spots on the edges
  4.  
  5.  
  6. [DONE]
  7. candy should visibly fall from the player
  8. as they are damaged
  9.  
  10.  
  11. separate gun portion of player sprite to
  12. simplify its animation cycle
  13.  
  14.  
  15. [DONE]
  16. fix cloud motion
  17.  
  18.  
  19. [DONE]
  20. front clouds should be in front of player,
  21. and the back clouds should appear behind
  22.  
  23.  
  24. title and flashing text should have an outline
  25. to better differenciate it from the background
  26.  
  27.  
  28. game should already be scrolling at the title screen,
  29. with the player character bobbing up and down in
  30. a sine wave-like motion (with the title text visible!)
  31.  
  32.  
  33. the fact that buildings damage the player should
  34. be telegraphed a bit better, like a '!!!' a second
  35. or two before the building actually appears
  36. (possibly use something like a red outline on buildings
  37. to indicate that they aren't just background decor)
  38.  
  39.  
  40. include more types of obstacles
  41.  
  42.  
  43. there should be a smoother scene transition
  44. between dying and going back to the title screen
  45.  
  46.  
  47. get more score by being close to bullets:
  48. make hitbox of player a circle
  49. make keybind to show that 'hitbox' while also moving half speed
  50. however, while active this will decrease the score multiplier,
  51. and cause the player to deal less damage
  52.  
  53.  
  54. implement restoring hitpoints using score milestones,
  55.  
  56.  
  57. fix a graphical bug in which the player's idle animation
  58. resets when starting and stopping the firing animation
  59.  
  60.  
  61. bats probably shouldn't have a global animation cycle,
  62. since it looks a bit tacky
  63.  
  64.  
  65. [DONE]
  66. make sure small basket changes frame upon player being damaged
  67.  
  68.  
  69. [DONE]
  70. have large basket that does the same thing
  71.  
  72.  
  73. enemy witch's bullet's should not be destroyed when
  74. that witch is killed
  75.  
  76.  
  77. fix player bullet z values, as they appear in front of the clouds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement