generated from bend-n/godot-template
-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Test.tscn
35 lines (30 loc) · 997 Bytes
/
Test.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[gd_scene load_steps=4 format=3 uid="uid://bueg0v45altvi"]
[ext_resource type="Theme" uid="uid://dsm86lefv8c1e" path="res://theme.tres" id="1_cy8qq"]
[ext_resource type="Script" path="res://addons/remap/RemapButton.gd" id="2_dj1bu"]
[ext_resource type="Script" path="res://addons/remap/ActionLabel.gd" id="4"]
[node name="Test" type="CenterContainer"]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
theme = ExtResource("1_cy8qq")
[node name="v" type="GridContainer" parent="."]
layout_mode = 2
columns = 5
[node name="actionlabel" type="HBoxContainer" parent="v"]
custom_minimum_size = Vector2(100, 100)
layout_mode = 2
script = ExtResource("4")
_name = "left"
action = "input"
icon_size = Vector2(80, 80)
font_size = 50
[node name="remapbutton" type="HBoxContainer" parent="v"]
custom_minimum_size = Vector2(100, 100)
layout_mode = 2
script = ExtResource("2_dj1bu")
_name = "left"
action = "input"
icon_size = Vector2(80, 80)
font_size = 50