first Prototype
This commit is contained in:
parent
e11825c698
commit
35ce267482
481 changed files with 17315 additions and 1 deletions
10
scenes/character/character.gd
Normal file
10
scenes/character/character.gd
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
class_name Character extends Node3D
|
||||
|
||||
@onready var shots = $Shots
|
||||
|
||||
func shoot():
|
||||
pass
|
||||
|
||||
func removeShot() -> void:
|
||||
print("remove Shot")
|
||||
shots.get_child(0).queue_free()
|
||||
Loading…
Add table
Add a link
Reference in a new issue