mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-30 11:13:17 +08:00
Hockey puck is visible now
This commit is contained in:
parent
bafc80fe40
commit
3029979a59
@ -69,6 +69,7 @@ class Puck(ba.Actor):
|
||||
'position': self._spawn_pos,
|
||||
'materials': pmats
|
||||
})
|
||||
ba.animate(self.node, "model_scale", {0: 0, 0.2: 1.3, 0.26: 1})
|
||||
|
||||
def handlemessage(self, msg: Any) -> Any:
|
||||
if isinstance(msg, ba.DieMessage):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user