Add Player scene
This commit is contained in:
parent
be23e498b0
commit
d6afcd4f70
3 changed files with 67 additions and 2 deletions
15
Player.gd
Normal file
15
Player.gd
Normal file
|
@ -0,0 +1,15 @@
|
|||
extends Spatial
|
||||
|
||||
# class member variables go here, for example:
|
||||
# var a = 2
|
||||
# var b = "textvar"
|
||||
|
||||
func _ready():
|
||||
# Called every time the node is added to the scene.
|
||||
# Initialization here
|
||||
pass
|
||||
|
||||
#func _process(delta):
|
||||
# # Called every frame. Delta is time since last frame.
|
||||
# # Update game logic here.
|
||||
# pass
|
Loading…
Add table
Add a link
Reference in a new issue