spacevroom

A SkyRoads clone with only one boring "level" written in Godot Engine version 3.
git clone https://kaka.farm/~git/spacevroom
Log | Files | Refs | LICENSE

Saucer.tscn (1172B)


      1 [gd_scene load_steps=3 format=2]
      2 
      3 [ext_resource path="res://SaucerMaterial.tres" type="Material" id=1]
      4 [ext_resource path="res://Saucer.gd" type="Script" id=2]
      5 
      6 [node name="Saucer" type="Spatial"]
      7 script = ExtResource( 2 )
      8 radius_of_little_spheres = 0.12
      9 distance_from_axis_of_little_spheres = 0.4
     10 height_of_little_spheres = 0.9
     11 
     12 [node name="CSGSphere" type="CSGSphere" parent="."]
     13 transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.874991, 0 )
     14 operation = 1
     15 radius = 1.13286
     16 radial_segments = 20
     17 rings = 20
     18 material = ExtResource( 1 )
     19 
     20 [node name="CSGSphere2" type="CSGSphere" parent="CSGSphere"]
     21 transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.54212, 0 )
     22 operation = 1
     23 radial_segments = 20
     24 rings = 20
     25 material = ExtResource( 1 )
     26 
     27 [node name="SmallSpheres" type="Spatial" parent="CSGSphere"]
     28 
     29 [node name="CSGSphere" type="CSGSphere" parent="CSGSphere"]
     30 transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.305537, 0 )
     31 operation = 2
     32 radius = 1.3125
     33 radial_segments = 100
     34 rings = 100
     35 material = ExtResource( 1 )
     36 
     37 [node name="CSGSphere3" type="CSGSphere" parent="CSGSphere"]
     38 transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.03549, 0 )
     39 radius = 0.320976