14 lines
604 B
Text
14 lines
604 B
Text
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://asset/kenney/spacekit2/rock_crystalsLargeB.glb" type="PackedScene" id=1]
|
|
[ext_resource path="res://environment/DetectionCollider2x2.tscn" type="PackedScene" id=2]
|
|
[ext_resource path="res://asset/ore.material" type="Material" id=3]
|
|
|
|
[node name="rock_Ore" instance=ExtResource( 1 )]
|
|
|
|
[node name="rock_crystalsLargeB" parent="tmpParent" index="0"]
|
|
transform = Transform( 2, 0, 0, 0, 2, 0, 0, 0, 2, 1, 0, 1 )
|
|
use_in_baked_light = true
|
|
material/2 = ExtResource( 3 )
|
|
|
|
[node name="DetectionCollider2x2" parent="." index="1" instance=ExtResource( 2 )]
|