mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-03-12 22:35:18 +00:00
Fix missing button shortcuts
This commit is contained in:
parent
1e70a15055
commit
b8e83becc9
2 changed files with 10 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=9 format=3 uid="uid://cg7d36746on67"]
|
||||
[gd_scene load_steps=10 format=3 uid="uid://cg7d36746on67"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://ctfgfelg0sho8" path="res://src/Tools/BaseTool.tscn" id="1"]
|
||||
[ext_resource type="Script" path="res://src/Tools/3DShapeEdit.gd" id="2"]
|
||||
|
@ -8,7 +8,11 @@
|
|||
[ext_resource type="Script" path="res://src/UI/Nodes/CollapsibleContainer.gd" id="6"]
|
||||
[ext_resource type="PackedScene" path="res://src/UI/Nodes/ValueSliderV3.tscn" id="7"]
|
||||
|
||||
[sub_resource type="InputEventAction" id="InputEventAction_8sqgw"]
|
||||
action = &"delete"
|
||||
|
||||
[sub_resource type="Shortcut" id="34"]
|
||||
events = [SubResource("InputEventAction_8sqgw")]
|
||||
|
||||
[node name="3DShapeEdit" instance=ExtResource("1")]
|
||||
script = ExtResource("2")
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=11 format=3 uid="uid://c3vcvhh4d8hd7"]
|
||||
[gd_scene load_steps=12 format=3 uid="uid://c3vcvhh4d8hd7"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://dkpxkdk1xf0ea" path="res://assets/graphics/misc/color_defaults.png" id="1"]
|
||||
[ext_resource type="Texture2D" uid="uid://d0v821l01w7go" path="res://assets/graphics/misc/color_switch.png" id="2"]
|
||||
|
@ -7,7 +7,11 @@
|
|||
[ext_resource type="Shader" path="res://src/Shaders/TransparentChecker.gdshader" id="5"]
|
||||
[ext_resource type="Texture2D" uid="uid://d1oxrkwndy5fi" path="res://assets/graphics/timeline/move_arrow.png" id="6"]
|
||||
|
||||
[sub_resource type="InputEventAction" id="InputEventAction_5llr2"]
|
||||
action = &"switch_colors"
|
||||
|
||||
[sub_resource type="Shortcut" id="19"]
|
||||
events = [SubResource("InputEventAction_5llr2")]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id="1"]
|
||||
shader = ExtResource("5")
|
||||
|
|
Loading…
Add table
Reference in a new issue