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

Binary file not shown.

After

Width:  |  Height:  |  Size: 439 B

View file

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bdgoa18kfhlwo"
path.s3tc="res://.godot/imported/interactive.png-27362cc99a4f6c2f78e6293335c6f577.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
[deps]
source_file="res://base/assets/sprites/interactive/interactive.png"
dest_files=["res://.godot/imported/interactive.png-27362cc99a4f6c2f78e6293335c6f577.s3tc.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

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")