Added level 1, base-level to abstract from, and level-controller
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
[gd_scene load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://scenes/base_level.tscn" type="PackedScene" id=1]
|
||||
|
||||
[node name="Level1" type="Node2D"]
|
||||
|
||||
[node name="BaseLevel" parent="." instance=ExtResource( 1 )]
|
||||
Reference in New Issue
Block a user