Initial commit

This commit is contained in:
OverloadedOrama 2019-08-18 12:28:38 +03:00
commit f647a42752
71 changed files with 1548 additions and 0 deletions

12
Canvas.tscn Normal file
View file

@ -0,0 +1,12 @@
[gd_scene load_steps=2 format=2]
[ext_resource path="res://Scripts/Canvas.gd" type="Script" id=1]
[node name="Canvas" type="Node2D"]
script = ExtResource( 1 )
[node name="Timer" type="Timer" parent="."]
wait_time = 0.2
one_shot = true
autostart = true
[connection signal="timeout" from="Timer" to="." method="_on_Timer_timeout"]