Inital commit

This commit is contained in:
Rico 2020-06-26 12:26:11 -05:00
parent 22733e2780
commit 068753a961
602 changed files with 5967 additions and 0 deletions

16
scripts/server.gd Normal file
View file

@ -0,0 +1,16 @@
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():
pass # Replace with function body.
# Called every frame. 'delta' is the elapsed time since the previous frame.
#func _process(delta):
# pass