Player movement and animation
This commit is contained in:
parent
f456725cf2
commit
0dd3f24030
9 changed files with 700 additions and 38 deletions
11
metroidvania/Scenes/World.gd
Normal file
11
metroidvania/Scenes/World.gd
Normal file
|
@ -0,0 +1,11 @@
|
|||
extends Node
|
||||
|
||||
|
||||
# Declare member variables here. Examples:
|
||||
# var a = 2
|
||||
# var b = "text"
|
||||
|
||||
|
||||
# Called when the node enters the scene tree for the first time.
|
||||
func _ready():
|
||||
VisualServer.set_default_clear_color(Color.black)
|
Loading…
Add table
Add a link
Reference in a new issue