Checkpoint Player Menu bubble redesign
This commit is contained in:
parent
7a435ca7b8
commit
bcffe2013d
14 changed files with 1062 additions and 152 deletions
9
ui/components/bubble_menu/bubble_information_panel.tscn
Normal file
9
ui/components/bubble_menu/bubble_information_panel.tscn
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[gd_scene load_steps=3 format=3]
|
||||
|
||||
[ext_resource type="Script" path="res://ui/components/bubble_menu/bubble_information_panel.gd" id="1_panel"]
|
||||
[ext_resource type="Resource" path="res://ui/components/bubble_menu/bubble_menu_profile.tres" id="2_profile"]
|
||||
|
||||
[node name="BubbleInformationPanel" type="PanelContainer"]
|
||||
mouse_filter = 1
|
||||
script = ExtResource("1_panel")
|
||||
profile = ExtResource("2_profile")
|
||||
Loading…
Add table
Add a link
Reference in a new issue