Add prestige graph
This commit is contained in:
40
core/prestige/prestige_buff_graph_tile.tscn
Normal file
40
core/prestige/prestige_buff_graph_tile.tscn
Normal file
@@ -0,0 +1,40 @@
|
||||
[gd_scene format=3 uid="uid://bqk8rwia7lpbg"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://w8ogrp1s6qsf" path="res://core/prestige/prestige_buff_graph_tile.gd" id="1_script"]
|
||||
|
||||
[node name="AscensionBuffGraphTile" type="PanelContainer" unique_id=582396224]
|
||||
custom_minimum_size = Vector2(220, 100)
|
||||
script = ExtResource("1_script")
|
||||
|
||||
[node name="Button" type="Button" parent="." unique_id=34096996]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="Button" unique_id=760838153]
|
||||
layout_mode = 0
|
||||
|
||||
[node name="Icon" type="TextureRect" parent="Button/HBoxContainer" unique_id=2086768939]
|
||||
custom_minimum_size = Vector2(48, 48)
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 0
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="Button/HBoxContainer" unique_id=1701436193]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
|
||||
[node name="NameLabel" type="Label" parent="Button/HBoxContainer/VBoxContainer" unique_id=334883451]
|
||||
layout_mode = 2
|
||||
text = "Buff Name"
|
||||
|
||||
[node name="EffectLabel" type="Label" parent="Button/HBoxContainer/VBoxContainer" unique_id=1416390723]
|
||||
layout_mode = 2
|
||||
text = "+10% effect"
|
||||
|
||||
[node name="CostLabel" type="Label" parent="Button/HBoxContainer/VBoxContainer" unique_id=983468527]
|
||||
layout_mode = 2
|
||||
text = "Cost: 0"
|
||||
|
||||
[node name="StateLabel" type="Label" parent="Button/HBoxContainer" unique_id=629071282]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 0
|
||||
text = "Locked"
|
||||
horizontal_alignment = 2
|
||||
Reference in New Issue
Block a user