16 lines
613 B
Plaintext
16 lines
613 B
Plaintext
[gd_resource type="Resource" script_class="Constructs" load_steps=3 format=3 uid="uid://bo7m0g7qwi8nk"]
|
|
|
|
[ext_resource type="CylinderMesh" uid="uid://c0tuyikx44ed3" path="res://scenes/constructs/stick/stick_mesh.tres" id="1_365u4"]
|
|
[ext_resource type="Script" uid="uid://d0hoytht5yf8c" path="res://scripts/constructs/constructs.gd" id="2_cf6o1"]
|
|
|
|
[resource]
|
|
script = ExtResource("2_cf6o1")
|
|
name = &"Stick"
|
|
position = Vector3(0.5, -0.6, -0.7)
|
|
rotation = Vector3(0, 0, 0)
|
|
scale = Vector3(0.3, 0.3, 0.3)
|
|
mesh = ExtResource("1_365u4")
|
|
shadow = false
|
|
heavy = false
|
|
metadata/_custom_type_script = "uid://d0hoytht5yf8c"
|