21 lines
501 B
Plaintext
21 lines
501 B
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://widgets/BattleScene.gd" type="Script" id=1]
|
|
|
|
[node name="BattleScene" type="ReferenceRect"]
|
|
margin_right = 256.0
|
|
margin_bottom = 240.0
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="background" type="TextureRect" parent="."]
|
|
margin_right = 32.0
|
|
margin_bottom = 20.0
|
|
rect_min_size = Vector2( 32, 20 )
|
|
rect_scale = Vector2( 8, 8 )
|
|
|
|
[node name="Panel" type="Panel" parent="."]
|
|
anchor_top = 1.0
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
margin_top = -80.0
|