Restructure into core/ and content/official/
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
[gd_scene format=3 uid="uid://dojbd5wl7ntp0"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://cme5xqn2hlrlu" path="res://core/board/dartboard.gd" id="1"]
|
||||
[ext_resource type="PackedScene" uid="uid://djr5vbnb652ax" path="res://core/board/dartboard.glb" id="2"]
|
||||
[ext_resource type="Shape3D" uid="uid://vr03k1qlo10y" path="res://core/board/dartboard_collision.res" id="3_6aacy"]
|
||||
[ext_resource type="Shape3D" uid="uid://c0vqtoe8q7yly" path="res://core/board/spider_collision.res" id="4_khw4q"]
|
||||
|
||||
[sub_resource type="PhysicsMaterial" id="PhysicsMaterial_uomu6"]
|
||||
friction = 0.15
|
||||
bounce = 0.6
|
||||
|
||||
[node name="Dartboard" type="StaticBody3D" unique_id=838863701]
|
||||
script = ExtResource("1")
|
||||
|
||||
[node name="Model" parent="." unique_id=1556270899 instance=ExtResource("2")]
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="." unique_id=1180985747]
|
||||
shape = ExtResource("3_6aacy")
|
||||
|
||||
[node name="SpiderBody" type="StaticBody3D" parent="." unique_id=216948518]
|
||||
collision_layer = 8
|
||||
physics_material_override = SubResource("PhysicsMaterial_uomu6")
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="SpiderBody" unique_id=1618627145]
|
||||
shape = ExtResource("4_khw4q")
|
||||
|
||||
[editable path="Model"]
|
||||
Reference in New Issue
Block a user