13 lines
303 B
Plaintext
13 lines
303 B
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://scripts/Train.cs" type="Script" id=1]
|
|
|
|
[node name="Train" type="Node"]
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="CSGBox" type="CSGBox" parent="."]
|
|
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0 )
|
|
width = 1.0
|
|
height = 1.0
|
|
depth = 4.0
|