Files
Dawn-Godot/battle/BattleScene.tscn
2026-01-10 17:23:29 -06:00

22 lines
596 B
Plaintext

[gd_scene load_steps=2 format=3 uid="uid://dy54m7dvjgqta"]
[ext_resource type="PackedScene" uid="uid://cf4c61ij6elir" path="res://battle/fighter/BattleFighter.tscn" id="1_abr1f"]
[node name="BattleScene" type="Node3D"]
[node name="Control" type="Control" parent="."]
layout_mode = 3
anchors_preset = 0
offset_right = 40.0
offset_bottom = 40.0
[node name="Label" type="Label" parent="Control"]
layout_mode = 0
offset_right = 40.0
offset_bottom = 12.0
text = "Battle"
[node name="Fighters" type="Node" parent="."]
[node name="BattleFighter" parent="Fighters" instance=ExtResource("1_abr1f")]