Initial source commit

This commit is contained in:
Anthony Foxclaw 2020-04-12 15:58:56 -04:00
commit 5d90700bdc
16 changed files with 1042 additions and 0 deletions

View file

@ -0,0 +1,6 @@
[gd_scene load_steps=2 format=2]
[ext_resource path="res://src/office.gd" type="Script" id=1]
[node name="Office" type="Node2D"]
script = ExtResource( 1 )