amb-crawl/chara_select.tscn

70 lines
2.3 KiB
Plaintext
Executable File

[gd_scene load_steps=10 format=3 uid="uid://dhc4noca3k127"]
[ext_resource type="Texture2D" uid="uid://cudn5uokwl2jg" path="res://design/combat.png" id="1_6pjo3"]
[ext_resource type="Script" uid="uid://eq3s4dof0p87" path="res://chara_select.gd" id="1_c1i8x"]
[ext_resource type="Texture2D" uid="uid://3iafuab3ke05" path="res://design/movement.png" id="2_c1i8x"]
[ext_resource type="Texture2D" uid="uid://d0xunbur8ms2m" path="res://design/combat_black.png" id="3_4fssb"]
[ext_resource type="Texture2D" uid="uid://dp1ovkq0nkf4u" path="res://design/light.png" id="3_tl244"]
[ext_resource type="Texture2D" uid="uid://na231etds2kt" path="res://design/health.png" id="4_meqh1"]
[ext_resource type="Texture2D" uid="uid://x0671ly8wp4y" path="res://design/movement_black.png" id="5_iowvs"]
[ext_resource type="Texture2D" uid="uid://r1llnaacjefg" path="res://design/light_black.png" id="7_uddub"]
[ext_resource type="Texture2D" uid="uid://cxtp5qwd4wxiv" path="res://design/health_black.png" id="9_0km68"]
[node name="chara_select" type="Control"]
layout_mode = 3
anchors_preset = 0
offset_right = 576.0
offset_bottom = 648.0
script = ExtResource("1_c1i8x")
[node name="combat" type="TextureButton" parent="."]
layout_mode = 1
offset_right = 120.0
offset_bottom = 120.0
texture_normal = ExtResource("1_6pjo3")
texture_hover = ExtResource("3_4fssb")
ignore_texture_size = true
stretch_mode = 0
[node name="movement" type="TextureButton" parent="."]
layout_mode = 1
anchors_preset = 2
anchor_top = 1.0
anchor_bottom = 1.0
offset_top = -120.0
offset_right = 120.0
grow_vertical = 0
texture_normal = ExtResource("2_c1i8x")
texture_hover = ExtResource("5_iowvs")
ignore_texture_size = true
stretch_mode = 0
[node name="light" type="TextureButton" parent="."]
layout_mode = 1
anchors_preset = 1
anchor_left = 1.0
anchor_right = 1.0
offset_left = -120.0
offset_bottom = 120.0
grow_horizontal = 0
texture_normal = ExtResource("3_tl244")
texture_hover = ExtResource("7_uddub")
ignore_texture_size = true
stretch_mode = 0
[node name="health" type="TextureButton" parent="."]
layout_mode = 1
anchors_preset = 3
anchor_left = 1.0
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = -120.0
offset_top = -120.0
grow_horizontal = 0
grow_vertical = 0
texture_normal = ExtResource("4_meqh1")
texture_hover = ExtResource("9_0km68")
ignore_texture_size = true
stretch_mode = 0