scpcb-godot/scenes/joystick_test.tscn

25 lines
638 B
Text
Raw Permalink Normal View History

2025-01-22 12:43:35 +00:00
[gd_scene load_steps=2 format=3 uid="uid://clnrhrasxrueq"]
[ext_resource type="Script" path="res://src/touch_screen_joystick.gd" id="2_duapw"]
[node name="Main" type="Node2D"]
[node name="CanvasLayer" type="CanvasLayer" parent="."]
[node name="TouchScreenJoystick" type="Control" parent="CanvasLayer"]
layout_mode = 3
anchors_preset = 2
anchor_top = 1.0
anchor_bottom = 1.0
offset_top = -386.0
offset_right = 466.0
grow_vertical = 0
pivot_offset = Vector2(233, 193)
script = ExtResource("2_duapw")
anti_aliased = true
deadzone = 40.0
smooth_reset = true
smooth_speed = 15.0
change_opacity_when_touched = true
use_input_actions = true