Breadmouth-home/Born Without Teeth/Items/Stick/Stick Inventory.tscn

20 lines
712 B
Plaintext

[gd_scene load_steps=5 format=2]
[ext_resource path="res://Items/Stick/stick_tex.png" type="Texture" id=1]
[ext_resource path="res://Items/Stick/stick.obj" type="ArrayMesh" id=2]
[ext_resource path="res://Menus/Inventory/Item Rotate.gd" type="Script" id=3]
[sub_resource type="SpatialMaterial" id=1]
albedo_texture = ExtResource( 1 )
[node name="Stick Inventory" type="StaticBody"]
[node name="CSGMesh" type="CSGMesh" parent="."]
transform = Transform( 0.216506, -0.25, 0, 0.125, 0.433013, 0, 0, 0, 0.25, 0.15, -0.5, 0 )
mesh = ExtResource( 2 )
material = SubResource( 1 )
script = ExtResource( 3 )
[node name="Camera" type="Camera" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1.5 )