You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
405 B
11 lines
405 B
10 months ago
|
[gd_scene load_steps=3 format=3 uid="uid://cujbum8te1r6v"]
|
||
|
|
||
|
[ext_resource type="Script" path="res://objects/Item.cs" id="1_fntdb"]
|
||
|
[ext_resource type="PackedScene" uid="uid://dh18opmr8mjet" path="res://assets/models/plank.blend" id="2_keyw1"]
|
||
|
|
||
|
[node name="Plank" type="RigidBody3D"]
|
||
|
script = ExtResource("1_fntdb")
|
||
|
Size = Vector3i(16, 1, 3)
|
||
|
|
||
|
[node name="Model" parent="." instance=ExtResource("2_keyw1")]
|