Files
MovementTests/guide_examples/virtual_cursor/pointable/pointable.tscn
Minimata af1f6da98d
Some checks failed
Create tag and build when new code gets to main / BumpTag (push) Successful in 31s
Create tag and build when new code gets to main / Test (push) Has been cancelled
Create tag and build when new code gets to main / Export (push) Has been cancelled
updating project files
2026-01-28 09:50:10 +01:00

18 lines
746 B
Plaintext

[gd_scene format=3 uid="uid://ca51sup6v0qr1"]
[ext_resource type="Script" uid="uid://dghhpx6mxb4lr" path="res://guide_examples/virtual_cursor/pointable/pointable.gd" id="1_ujxlw"]
[ext_resource type="Texture2D" uid="uid://byjxtsekdl8t2" path="res://guide_examples/shared/godot_logo.svg" id="2_i12oa"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_cccqq"]
size = Vector2(128, 128)
[node name="Pointable" type="Area2D" unique_id=1152525250]
monitoring = false
script = ExtResource("1_ujxlw")
[node name="GodotLogo" type="Sprite2D" parent="." unique_id=1608649131]
texture = ExtResource("2_i12oa")
[node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=1256518687]
shape = SubResource("RectangleShape2D_cccqq")