Add all files
This commit is contained in:
29
src/scripts/ui/button_select_char.tscn
Normal file
29
src/scripts/ui/button_select_char.tscn
Normal file
@@ -0,0 +1,29 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://dgniqbtakal50"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://fwu8vcxc4qii" path="res://scripts/ui/button_select_char.gd" id="1_87l7n"]
|
||||
[ext_resource type="PackedScene" uid="uid://dgtfy455abe1t" path="res://scripts/entities/player/player.tscn" id="2_0bb2u"]
|
||||
|
||||
[node name="ButtonSelectChar" type="Button"]
|
||||
custom_minimum_size = Vector2(64, 52)
|
||||
script = ExtResource("1_87l7n")
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="SelectableChar" type="Node2D" parent="VBoxContainer"]
|
||||
position = Vector2(30.24, 28.035)
|
||||
|
||||
[node name="Player" parent="VBoxContainer/SelectableChar" instance=ExtResource("2_0bb2u")]
|
||||
isDemoCharacter = true
|
||||
|
||||
[node name="LabelLevel" type="Label" parent="VBoxContainer"]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 4
|
||||
size_flags_vertical = 10
|
||||
theme_override_font_sizes/font_size = 6
|
||||
text = "Level 1"
|
||||
Reference in New Issue
Block a user