mirror of
https://github.com/n0remac/game-jam-2020.git
synced 2025-12-08 04:05:14 -06:00
changed bullet speed and size, final format check
This commit is contained in:
@@ -28,8 +28,8 @@ class Temp(Projectile):
|
||||
def __init__(self, *args, **kwargs) -> None:
|
||||
super(Temp, self).__init__(*args, **kwargs)
|
||||
self.texture = arcade.load_texture("resources/images/monsters/frog/frog1.png")
|
||||
self.speed = 12
|
||||
self.scale = 4
|
||||
self.speed = 20
|
||||
self.scale = 1
|
||||
# collision list for who/what to collide with: wall, player, enemy
|
||||
|
||||
# Can place function for starting on player or enemy
|
||||
|
||||
Reference in New Issue
Block a user