Fix 29
All checks were successful
Build / build (push) Successful in 1m18s

This commit is contained in:
2025-06-07 23:31:44 +02:00
parent b1ffda018b
commit 9ed0852a50
27 changed files with 119 additions and 105 deletions

27
scenes/Game.tscn Executable file → Normal file
View File

@@ -1,21 +1,20 @@
[gd_scene load_steps=6 format=2]
[gd_scene load_steps=6 format=3 uid="uid://br0e6qqqcg5k8"]
[ext_resource path="res://scripts/Game.gd" type="Script" id=1]
[ext_resource path="res://scenes/Arena.tscn" type="PackedScene" id=2]
[ext_resource path="res://scenes/Player.tscn" type="PackedScene" id=3]
[ext_resource path="res://scenes/Base.tscn" type="PackedScene" id=4]
[ext_resource path="res://scenes/EnemyGenerator.tscn" type="PackedScene" id=5]
[ext_resource type="Script" uid="uid://7ronp3kgc55k" path="res://scripts/Game.gd" id="1"]
[ext_resource type="PackedScene" uid="uid://c85js2cp046ql" path="res://scenes/Arena.tscn" id="2"]
[ext_resource type="PackedScene" path="res://scenes/Player.tscn" id="3"]
[ext_resource type="PackedScene" uid="uid://cnv5rmxegl51c" path="res://scenes/Base.tscn" id="4"]
[ext_resource type="PackedScene" uid="uid://b2fpxxnc2fq3o" path="res://scenes/EnemyGenerator.tscn" id="5"]
[node name="Game" type="Node2D"]
script = ExtResource( 1 )
script = ExtResource("1")
[node name="Arena" parent="." instance=ExtResource( 2 )]
[node name="Arena" parent="." instance=ExtResource("2")]
[node name="Player" parent="." instance=ExtResource( 3 )]
position = Vector2( 456.975, 971.301 )
[node name="Player" parent="." instance=ExtResource("3")]
position = Vector2(456.975, 971.301)
[node name="Base" parent="." instance=ExtResource( 4 )]
position = Vector2( 94.6306, 955.095 )
[node name="EnemyGenerator" parent="." instance=ExtResource( 5 )]
[node name="Base" parent="." instance=ExtResource("4")]
position = Vector2(94.6306, 955.095)
[node name="EnemyGenerator" parent="." instance=ExtResource("5")]