Files
GodotTest/scenes/Game.tscn
Sebastian 9ed0852a50
All checks were successful
Build / build (push) Successful in 1m18s
Fix 29
2025-06-07 23:31:44 +02:00

21 lines
900 B
Plaintext

[gd_scene load_steps=6 format=3 uid="uid://br0e6qqqcg5k8"]
[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")
[node name="Arena" parent="." instance=ExtResource("2")]
[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")]