12345678910111213141516171819202122232425262728293031 |
- [gd_scene load_steps=6 format=2]
- [ext_resource path="res://exported_models/haxxor_tie.obj" type="ArrayMesh" id=1]
- [ext_resource path="res://human_visual.tscn" type="PackedScene" id=2]
- [ext_resource path="res://scripts/Haxxor.gd" type="Script" id=3]
- [ext_resource path="res://scripts/EPlace.gd" type="Script" id=5]
- [sub_resource type="SpatialMaterial" id=1]
- albedo_color = Color( 0, 0, 0, 1 )
- emission_enabled = true
- emission = Color( 0.705882, 0.117647, 0.117647, 1 )
- emission_energy = 2.4
- emission_operator = 0
- emission_on_uv2 = false
- [node name="Human" type="Spatial"]
- script = ExtResource( 3 )
- [node name="Spatial" parent="." instance=ExtResource( 2 )]
- [node name="tie" type="MeshInstance" parent="Spatial"]
- mesh = ExtResource( 1 )
- material/0 = SubResource( 1 )
- [node name="CameraPlace" type="Spatial" parent="."]
- transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.43166, 1.88859 )
- [node name="EPlace" type="Spatial" parent="."]
- transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0.00325638, 2.00756, 0.505331 )
- script = ExtResource( 5 )
|