Base version of game

This commit is contained in:
VoidTwo
2021-10-19 12:58:01 -05:00
parent 503bbd7cc2
commit 4ed75ff93b
50 changed files with 1193 additions and 0 deletions

12
World.tscn Normal file
View File

@@ -0,0 +1,12 @@
[gd_scene load_steps=3 format=2]
[ext_resource path="res://Player.tscn" type="PackedScene" id=1]
[ext_resource path="res://World.gd" type="Script" id=2]
[node name="World" type="Node2D"]
script = ExtResource( 2 )
[node name="YSort" type="YSort" parent="."]
[node name="Player" parent="YSort" instance=ExtResource( 1 )]
collision_mask = 2