Files
gymkhana-actions/addons/escoria-ui-simplemouse/verbs_mouseicons.tscn
Dennis Ploeger 60ea4d851b Issue 320 (#396) - Mobile fixes
Co-authored-by: Dennis Ploeger <develop@dieploegers.de>
Co-authored-by: dploeger <dploeger@users.noreply.github.com>
2021-09-23 08:32:08 +02:00

89 lines
2.4 KiB
Plaintext

[gd_scene load_steps=7 format=2]
[ext_resource path="res://addons/escoria-ui-simplemouse/verbs_mouseicons.gd" type="Script" id=1]
[ext_resource path="res://addons/escoria-ui-simplemouse/cursors/cursor_examine.png" type="Texture" id=2]
[ext_resource path="res://addons/escoria-ui-simplemouse/cursors/cursor_tool.png" type="Texture" id=3]
[ext_resource path="res://addons/escoria-ui-simplemouse/cursors/cursor_pen.png" type="Texture" id=4]
[ext_resource path="res://addons/escoria-ui-simplemouse/cursors/cursor_foot.png" type="Texture" id=5]
[ext_resource path="res://addons/escoria-ui-simplemouse/cursors/cursor_hand.png" type="Texture" id=6]
[node name="verbs_menu" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="actions" type="HBoxContainer" parent="."]
visible = false
anchor_right = 1.0
anchor_bottom = 1.0
size_flags_horizontal = 3
size_flags_vertical = 3
__meta__ = {
"_edit_use_anchors_": false
}
[node name="walk" type="TextureRect" parent="actions"]
margin_left = 94.0
margin_top = 418.0
margin_right = 158.0
margin_bottom = 482.0
size_flags_horizontal = 6
size_flags_vertical = 6
texture = ExtResource( 5 )
[node name="look" type="TextureRect" parent="actions"]
margin_left = 350.0
margin_top = 418.0
margin_right = 414.0
margin_bottom = 482.0
size_flags_horizontal = 6
size_flags_vertical = 6
texture = ExtResource( 2 )
[node name="pickup" type="TextureRect" parent="actions"]
margin_left = 607.0
margin_top = 418.0
margin_right = 671.0
margin_bottom = 482.0
size_flags_horizontal = 6
size_flags_vertical = 6
texture = ExtResource( 6 )
[node name="use" type="TextureRect" parent="actions"]
margin_left = 864.0
margin_top = 418.0
margin_right = 928.0
margin_bottom = 482.0
size_flags_horizontal = 6
size_flags_vertical = 6
texture = ExtResource( 3 )
[node name="talk" type="TextureRect" parent="actions"]
margin_left = 1121.0
margin_top = 418.0
margin_right = 1185.0
margin_bottom = 482.0
size_flags_horizontal = 6
size_flags_vertical = 6
texture = ExtResource( 4 )
[node name="mouse_position" type="Control" parent="."]
margin_left = 546.519
margin_top = 524.76
margin_right = 546.519
margin_bottom = 524.76
mouse_filter = 2
[node name="tool" type="TextureRect" parent="mouse_position"]
margin_left = 46.4475
margin_top = 45.6984
margin_right = 86.4475
margin_bottom = 85.6984
mouse_filter = 2
__meta__ = {
"_edit_use_anchors_": false
}