Prikoliki
This commit is contained in:
parent
74e37f8a18
commit
66fbad750c
22 changed files with 11192 additions and 42 deletions
10842
players/molikman.tscn
10842
players/molikman.tscn
File diff suppressed because one or more lines are too long
|
|
@ -36,6 +36,10 @@ const MAX_HP = 100
|
|||
|
||||
var dead: bool
|
||||
|
||||
func _ready() -> void:
|
||||
for model in weapon_models.values():
|
||||
model.hide()
|
||||
|
||||
func _physics_process(_delta: float) -> void:
|
||||
if not multiplayer.is_server():
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue