codename-scribe/player_controller.gd

14 lines
218 B
GDScript3
Raw Permalink Normal View History

2017-06-22 14:31:10 +01:00
extends Control
# 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 _update():
pass