Checkpoint Player Menu visual revisions

This commit is contained in:
Alexander Sellite 2026-07-28 23:43:03 -04:00
parent bcffe2013d
commit 5af84eaf47
29 changed files with 3236 additions and 628 deletions

View file

@ -0,0 +1,23 @@
[gd_scene load_steps=3 format=3]
[ext_resource type="Script" path="res://ui/components/bubble_menu/notepad_ink_action.gd" id="1_action"]
[ext_resource type="Script" path="res://ui/components/bubble_menu/notepad_ink_outline.gd" id="2_outline"]
[node name="NotepadInkAction" type="Button"]
custom_minimum_size = Vector2(104, 46)
focus_mode = 1
mouse_default_cursor_shape = 2
flat = true
script = ExtResource("1_action")
[node name="InkOutline" type="Control" parent="."]
unique_name_in_owner = true
visible = false
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
mouse_filter = 2
script = ExtResource("2_outline")