Large update with mostly rewritten character subsystem
This commit is contained in:
32
proto2/tests/clothes-test.tscn
Normal file
32
proto2/tests/clothes-test.tscn
Normal file
@@ -0,0 +1,32 @@
|
||||
[gd_scene load_steps=7 format=2]
|
||||
|
||||
[ext_resource path="res://tests/clothes-test.escn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://tests/clothes-test.gd" type="Script" id=2]
|
||||
|
||||
[sub_resource type="SpatialMaterial" id=1]
|
||||
albedo_color = Color( 0.207843, 0.807843, 0.286275, 1 )
|
||||
|
||||
[sub_resource type="SpatialMaterial" id=2]
|
||||
albedo_color = Color( 0.827451, 0.513726, 0.513726, 1 )
|
||||
|
||||
[sub_resource type="CubeMesh" id=3]
|
||||
|
||||
[sub_resource type="SpatialMaterial" id=4]
|
||||
albedo_color = Color( 0.176471, 0.733333, 0.745098, 1 )
|
||||
|
||||
[node name="clothes-test" instance=ExtResource( 1 )]
|
||||
script = ExtResource( 2 )
|
||||
|
||||
[node name="Camera" parent="." index="1"]
|
||||
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0.00116634, 1.00691, 1.43248 )
|
||||
|
||||
[node name="panties" parent="." index="3"]
|
||||
material/0 = SubResource( 1 )
|
||||
|
||||
[node name="pants" parent="." index="4"]
|
||||
material/0 = SubResource( 2 )
|
||||
|
||||
[node name="MeshInstance" type="MeshInstance" parent="." index="5"]
|
||||
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.759001, -1.82452 )
|
||||
mesh = SubResource( 3 )
|
||||
material/0 = SubResource( 4 )
|
||||
Reference in New Issue
Block a user