diff --git a/src/scenes/game/Game.tscn b/src/scenes/game/Game.tscn index c3c9252..496c123 100644 --- a/src/scenes/game/Game.tscn +++ b/src/scenes/game/Game.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=18 format=2] +[gd_scene load_steps=17 format=2] [ext_resource path="res://src/scenes/menu/background/background.png" type="Texture" id=1] [ext_resource path="res://src/scenes/game/sprites/background_houses.png" type="Texture" id=2] @@ -12,7 +12,6 @@ [ext_resource path="res://icon.png" type="Texture" id=10] [ext_resource path="res://src/scenes/game/game.gd" type="Script" id=11] [ext_resource path="res://src/scenes/game/sprites/ui_background.png" type="Texture" id=12] -[ext_resource path="res://src/models/enemies/bat/Bat.tscn" type="PackedScene" id=13] [sub_resource type="RectangleShape2D" id=2] extents = Vector2( 10, 60 ) @@ -70,9 +69,6 @@ shape = SubResource( 3 ) [node name="Player" parent="View" instance=ExtResource( 5 )] position = Vector2( 46, 42 ) -[node name="Bat" parent="View" instance=ExtResource( 13 )] -position = Vector2( 87, 40 ) - [node name="UI" type="Control" parent="."] margin_right = 40.0 margin_bottom = 40.0