sevivon-prototype

[RADIOACTIVE] a concept version of sevivon
git clone git://git.figbert.com/sevivon-prototype.git
Log | Files | Refs | README | LICENSE

main.tscn (886B)


      1 [gd_scene load_steps=5 format=2]
      2 
      3 [ext_resource path="res://scenes/sevivon/default/sevivon.tscn" type="PackedScene" id=1]
      4 [ext_resource path="res://scripts/sevivon.gd" type="Script" id=2]
      5 
      6 [sub_resource type="CubeMesh" id=1]
      7 
      8 [sub_resource type="BoxShape" id=2]
      9 
     10 [node name="Spatial" type="Spatial"]
     11 
     12 [node name="Camera" type="Camera" parent="."]
     13 transform = Transform( 1, 0, 0, 0, 0.866025, 0.5, 0, -0.5, 0.866025, 0, 5, 6 )
     14 
     15 [node name="Sevivon" parent="." instance=ExtResource( 1 )]
     16 transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2, 0 )
     17 script = ExtResource( 2 )
     18 
     19 [node name="Floor" type="StaticBody" parent="."]
     20 transform = Transform( 10, 0, 0, 0, 0.5, 0, 0, 0, 10, 0, -0.5, 0 )
     21 
     22 [node name="MeshInstance" type="MeshInstance" parent="Floor"]
     23 mesh = SubResource( 1 )
     24 material/0 = null
     25 
     26 [node name="CollisionShape" type="CollisionShape" parent="Floor"]
     27 shape = SubResource( 2 )