27 lines
962 B
Plaintext
27 lines
962 B
Plaintext
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://scenes/characters/male.tscn" type="PackedScene" id=1]
|
|
[ext_resource path="res://scenes/characters/dual_test.gd" type="Script" id=2]
|
|
|
|
[sub_resource type="BoxShape" id=1]
|
|
extents = Vector3( 100, 0.5, 100 )
|
|
|
|
[node name="dual_test" type="Spatial"]
|
|
script = ExtResource( 2 )
|
|
|
|
[node name="male" parent="." instance=ExtResource( 1 )]
|
|
|
|
[node name="male2" parent="." instance=ExtResource( 1 )]
|
|
|
|
[node name="StaticBody" type="StaticBody" parent="."]
|
|
|
|
[node name="CollisionShape" type="CollisionShape" parent="StaticBody"]
|
|
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.25, 0 )
|
|
shape = SubResource( 1 )
|
|
|
|
[node name="DirectionalLight" type="DirectionalLight" parent="."]
|
|
transform = Transform( 1, 0, 0, 0, 0.608332, 0.793683, 0, -0.793683, 0.608332, 0, 3.00065, 0 )
|
|
|
|
[node name="Camera" type="Camera" parent="."]
|
|
transform = Transform( 0.707107, 0, -0.707107, 0, 1, 0, 0.707107, 0, 0.707107, -1, 0.6, 1 )
|