dirt-racer/godot/GameObjects/beacon_powerup.tscn
2024-05-23 09:05:09 +02:00

17 lines
542 B
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://cr1ytl0o43ftv"]
[ext_resource type="PackedScene" uid="uid://clwonyj2wt778" path="res://Models/SM_Prop_SatDish_01.fbx" id="1_7ohe6"]
[sub_resource type="SphereShape3D" id="SphereShape3D_nx0bu"]
radius = 43.991
[node name="BeaconPowerup" type="BeaconPowerup"]
collision_layer = 0
collision_mask = 8
monitorable = false
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
shape = SubResource("SphereShape3D_nx0bu")
[node name="Root Scene" parent="." instance=ExtResource("1_7ohe6")]