update
This commit is contained in:
parent
0a3ae3b6f2
commit
ddb13df0f5
26 changed files with 42 additions and 31 deletions
|
|
@ -28,5 +28,3 @@ func _process(delta):
|
|||
global_position = spawn_pos
|
||||
linear_velocity = Vector3(0,0,0)
|
||||
pass
|
||||
|
||||
|
||||
|
|
|
|||
1
Commands/command_block.gd.uid
Normal file
1
Commands/command_block.gd.uid
Normal file
|
|
@ -0,0 +1 @@
|
|||
uid://brghj78gsq8lx
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
[gd_scene load_steps=5 format=3 uid="uid://dqvq4ybcpws87"]
|
||||
|
||||
[ext_resource type="Script" path="res://Commands/command_block.gd" id="1_ra6j6"]
|
||||
[ext_resource type="Script" uid="uid://brghj78gsq8lx" path="res://Commands/command_block.gd" id="1_ra6j6"]
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_55i1l"]
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_idcaa"]
|
||||
emission = Color(1, 1, 1, 1)
|
||||
subsurf_scatter_strength = 1.0
|
||||
uv1_scale = Vector3(3, 2, 1)
|
||||
|
|
@ -23,7 +23,7 @@ mesh = NodePath("MeshInstance3D")
|
|||
collider = NodePath("CollisionShape3D3")
|
||||
|
||||
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
|
||||
material_override = SubResource("StandardMaterial3D_55i1l")
|
||||
material_override = SubResource("StandardMaterial3D_idcaa")
|
||||
mesh = SubResource("BoxMesh_572kf")
|
||||
|
||||
[node name="CollisionShape3D3" type="CollisionShape3D" parent="."]
|
||||
|
|
|
|||
1
Commands/command_pedestal.gd.uid
Normal file
1
Commands/command_pedestal.gd.uid
Normal file
|
|
@ -0,0 +1 @@
|
|||
uid://b45r3350d0rby
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
[gd_scene load_steps=5 format=3 uid="uid://cq4rfdsc5kghr"]
|
||||
|
||||
[ext_resource type="Script" path="res://Commands/command_pedestal.gd" id="1_02nqv"]
|
||||
[ext_resource type="Script" uid="uid://b45r3350d0rby" path="res://Commands/command_pedestal.gd" id="1_02nqv"]
|
||||
[ext_resource type="Material" uid="uid://cr4ra7ijk1uec" path="res://Assets/Materials/floor.tres" id="2_rgb2l"]
|
||||
|
||||
[sub_resource type="BoxMesh" id="BoxMesh_hrk6g"]
|
||||
|
|
|
|||
1
Commands/tool.gd.uid
Normal file
1
Commands/tool.gd.uid
Normal file
|
|
@ -0,0 +1 @@
|
|||
uid://bd6oxbpmivwia
|
||||
Loading…
Add table
Add a link
Reference in a new issue