Haxxor.tscn 1.0 KB

12345678910111213141516171819202122232425262728293031
  1. [gd_scene load_steps=6 format=2]
  2. [ext_resource path="res://exported_models/haxxor_tie.obj" type="ArrayMesh" id=1]
  3. [ext_resource path="res://human_visual.tscn" type="PackedScene" id=2]
  4. [ext_resource path="res://scripts/Haxxor.gd" type="Script" id=3]
  5. [ext_resource path="res://scripts/EPlace.gd" type="Script" id=5]
  6. [sub_resource type="SpatialMaterial" id=1]
  7. albedo_color = Color( 0, 0, 0, 1 )
  8. emission_enabled = true
  9. emission = Color( 0.705882, 0.117647, 0.117647, 1 )
  10. emission_energy = 2.4
  11. emission_operator = 0
  12. emission_on_uv2 = false
  13. [node name="Human" type="Spatial"]
  14. script = ExtResource( 3 )
  15. [node name="Spatial" parent="." instance=ExtResource( 2 )]
  16. [node name="tie" type="MeshInstance" parent="Spatial"]
  17. mesh = ExtResource( 1 )
  18. material/0 = SubResource( 1 )
  19. [node name="CameraPlace" type="Spatial" parent="."]
  20. transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.43166, 1.88859 )
  21. [node name="EPlace" type="Spatial" parent="."]
  22. transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0.00325638, 2.00756, 0.505331 )
  23. script = ExtResource( 5 )