diff options
| author | Radio <radiohotline@disroot.org> | 2026-06-04 15:15:11 +0300 |
|---|---|---|
| committer | Radio <radiohotline@disroot.org> | 2026-06-04 15:15:11 +0300 |
| commit | 9d74b49ab62908d4acf53dde444413886b8b28e5 (patch) | |
| tree | 0cb785267ea7e239b19d88684c0d64b9bd5d52f0 /addons/escoria-ui-simplemouse/verbs_mouseicons.tscn | |
| parent | 2c85d452ad02a5f89cd43bad7f9de31d0e4fa0c1 (diff) | |
escoria setup and old branch archives
Diffstat (limited to 'addons/escoria-ui-simplemouse/verbs_mouseicons.tscn')
| -rw-r--r-- | addons/escoria-ui-simplemouse/verbs_mouseicons.tscn | 88 |
1 files changed, 88 insertions, 0 deletions
diff --git a/addons/escoria-ui-simplemouse/verbs_mouseicons.tscn b/addons/escoria-ui-simplemouse/verbs_mouseicons.tscn new file mode 100644 index 0000000..aab2453 --- /dev/null +++ b/addons/escoria-ui-simplemouse/verbs_mouseicons.tscn @@ -0,0 +1,88 @@ +[gd_scene load_steps=9 format=3 uid="uid://0qms6fx5siad"] + +[ext_resource type="Script" uid="uid://d2mlyj6637kqo" path="res://addons/escoria-ui-simplemouse/verbs_mouseicons.gd" id="1"] +[ext_resource type="Texture2D" uid="uid://dy1v07dsq0gv6" path="res://addons/escoria-ui-simplemouse/cursors/new/target_a.png" id="2_pg8p6"] +[ext_resource type="Texture2D" uid="uid://kntfqvpgma13" path="res://addons/escoria-ui-simplemouse/cursors/new/look_b.png" id="3_iryjo"] +[ext_resource type="Texture2D" uid="uid://2tj2uhyd8un1" path="res://addons/escoria-ui-simplemouse/cursors/new/hand_open.png" id="4_63dmd"] +[ext_resource type="Texture2D" uid="uid://c6dy0a2st8l6k" path="res://addons/escoria-ui-simplemouse/cursors/new/tool_wrench.png" id="5_8bddv"] +[ext_resource type="Texture2D" uid="uid://dsvbjwnblrs51" path="res://addons/escoria-ui-simplemouse/cursors/new/message_dots_round.png" id="6_u34a3"] +[ext_resource type="Texture2D" uid="uid://bmah30wxobv25" path="res://addons/escoria-ui-simplemouse/cursors/new/arrow_w.png" id="7_p2p4e"] +[ext_resource type="Texture2D" uid="uid://bm7mm8uhe2dey" path="res://addons/escoria-ui-simplemouse/cursors/new/arrow_e.png" id="8_5phyn"] + +[node name="verbs_menu" type="Control"] +layout_mode = 3 +anchors_preset = 15 +anchor_right = 1.0 +anchor_bottom = 1.0 +grow_horizontal = 2 +grow_vertical = 2 +script = ExtResource("1") + +[node name="actions" type="HBoxContainer" parent="."] +visible = false +layout_mode = 1 +anchors_preset = 15 +anchor_right = 1.0 +anchor_bottom = 1.0 +offset_left = -6.0 +offset_top = -1.0 +offset_right = -6.0 +offset_bottom = -1.0 +grow_horizontal = 2 +grow_vertical = 2 +size_flags_horizontal = 3 +size_flags_vertical = 3 + +[node name="walk" type="TextureRect" parent="actions"] +layout_mode = 2 +size_flags_horizontal = 6 +size_flags_vertical = 6 +texture = ExtResource("2_pg8p6") + +[node name="look" type="TextureRect" parent="actions"] +layout_mode = 2 +size_flags_horizontal = 6 +size_flags_vertical = 6 +texture = ExtResource("3_iryjo") + +[node name="pickup" type="TextureRect" parent="actions"] +layout_mode = 2 +size_flags_horizontal = 6 +size_flags_vertical = 6 +texture = ExtResource("4_63dmd") + +[node name="use" type="TextureRect" parent="actions"] +layout_mode = 2 +size_flags_horizontal = 6 +size_flags_vertical = 6 +texture = ExtResource("5_8bddv") + +[node name="talk" type="TextureRect" parent="actions"] +layout_mode = 2 +size_flags_horizontal = 6 +size_flags_vertical = 6 +texture = ExtResource("6_u34a3") + +[node name="exit_left" type="TextureRect" parent="actions"] +layout_mode = 2 +size_flags_horizontal = 6 +size_flags_vertical = 6 +texture = ExtResource("7_p2p4e") + +[node name="exit_right" type="TextureRect" parent="actions"] +layout_mode = 2 +size_flags_horizontal = 6 +size_flags_vertical = 6 +texture = ExtResource("8_5phyn") + +[node name="mouse_position" type="Control" parent="."] +anchors_preset = 0 +mouse_filter = 2 + +[node name="tool" type="TextureRect" parent="mouse_position"] +layout_mode = 0 +offset_left = 48.0 +offset_top = -16.0 +offset_right = 88.0 +offset_bottom = 24.0 +mouse_filter = 2 |
