Base InteractiveObject scene

This commit is contained in:
Alexey 2025-07-30 03:27:48 +03:00
commit a2c062e8bb
3 changed files with 51 additions and 0 deletions

View file

@ -0,0 +1,16 @@
[gd_scene load_steps=3 format=3 uid="uid://ddjjrkernsobh"]
[ext_resource type="Texture2D" uid="uid://bdgoa18kfhlwo" path="res://base/assets/sprites/interactive/interactive.png" id="1_yf10f"]
[sub_resource type="SphereShape3D" id="SphereShape3D_cdwk3"]
[node name="InteractiveObject" type="Sprite3D"]
pixel_size = 0.0313
billboard = 1
texture_filter = 0
texture = ExtResource("1_yf10f")
[node name="Area3D" type="Area3D" parent="."]
[node name="CollisionShape3D" type="CollisionShape3D" parent="Area3D"]
shape = SubResource("SphereShape3D_cdwk3")