chore: added start tile
This commit is contained in:
parent
5f6f967aab
commit
3bc44ac140
1 changed files with 14 additions and 0 deletions
14
project/objects/tiles/start.tscn
Normal file
14
project/objects/tiles/start.tscn
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[gd_scene format=3 uid="uid://cts1ix6iw1jpc"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://d0yivm54mjib2" path="res://objects/player.tscn" id="1_wrlcy"]
|
||||
|
||||
[node name="Start" type="Node3D" unique_id=1543871276]
|
||||
|
||||
[node name="CSGBox3D" type="CSGBox3D" parent="." unique_id=69430683]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.022050023, 0)
|
||||
autosmooth = true
|
||||
use_collision = true
|
||||
size = Vector3(1, 0.05053711, 1)
|
||||
|
||||
[node name="Player" parent="." unique_id=1341242765 instance=ExtResource("1_wrlcy")]
|
||||
transform = Transform3D(-4.371139e-08, 0, -1, 0, 1, 0, 1, 0, -4.371139e-08, 0, 0, 0)
|
||||
Loading…
Add table
Add a link
Reference in a new issue