123456789101112131415161718192021222324252627282930313233343536373839404142 |
- [gd_scene load_steps=7 format=2]
- [ext_resource path="res://scripts/EPlace.gd" type="Script" id=1]
- [ext_resource path="res://scripts/3DLabel.gd" type="Script" id=2]
- [ext_resource path="res://scripts/CUBE.gd" type="Script" id=3]
- [sub_resource type="CubeMesh" id=1]
- [sub_resource type="SpatialMaterial" id=3]
- albedo_color = Color( 0.223529, 0.435294, 0.215686, 1 )
- [sub_resource type="SphereShape" id=2]
- [node name="CUBE" type="Spatial"]
- script = ExtResource( 3 )
- [node name="CameraPlace" type="Spatial" parent="."]
- transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.683819, 0.885283 )
- [node name="Spatial" type="Spatial" parent="."]
- [node name="EPlace" type="Spatial" parent="Spatial"]
- transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.555119, 0 )
- script = ExtResource( 1 )
- [node name="MeshInstance" type="MeshInstance" parent="Spatial"]
- transform = Transform( 0.3, 0, 0, 0, 0.3, 0, 0, 0, 0.3, 0, 0, 0 )
- mesh = SubResource( 1 )
- material/0 = SubResource( 3 )
- [node name="Cube" type="StaticBody" parent="Spatial"]
- collision_layer = 5
- [node name="CollisionShape" type="CollisionShape" parent="Spatial/Cube"]
- shape = SubResource( 2 )
- [node name="Label" type="Spatial" parent="Spatial"]
- transform = Transform( 0.018, 0, 0, 0, 0.018, 0, 0, 0, 0.018, 0, 0, 0.438694 )
- script = ExtResource( 2 )
- text = "reset"
- color = Color( 0.658824, 0.301961, 0.745098, 1 )
|