test.tscn 818 B

12345678910111213141516171819202122232425262728
  1. [gd_scene load_steps=2 format=3 uid="uid://bq2sqb1u1l5ve"]
  2. [ext_resource type="PackedScene" uid="uid://dmr0fcamx7t56" path="res://addons/virtual_joystick/virtual_joystick_scene.tscn" id="1"]
  3. [node name="Test" type="Node2D"]
  4. [node name="UI" type="CanvasLayer" parent="."]
  5. [node name="Virtual joystick left" parent="UI" instance=ExtResource("1")]
  6. offset_top = -126.0
  7. offset_right = 297.0
  8. offset_bottom = 156.0
  9. scale = Vector2(0.45, 0.45)
  10. metadata/_edit_use_anchors_ = true
  11. [node name="Virtual joystick right" parent="UI" instance=ExtResource("1")]
  12. anchors_preset = 3
  13. anchor_left = 1.0
  14. anchor_right = 1.0
  15. offset_left = -137.0
  16. offset_top = -138.0
  17. offset_right = 163.0
  18. offset_bottom = 162.0
  19. grow_horizontal = 0
  20. scale = Vector2(0.45, 0.45)
  21. joystick_mode = 1
  22. use_input_actions = false
  23. metadata/_edit_use_anchors_ = true