]> Untitled Git - lightcycles.git/blob - player/player_wall.tscn
60918fb1bd621ca38f2f5403f776e8f76f82b3de
[lightcycles.git] / player / player_wall.tscn
1 [gd_scene load_steps=6 format=3 uid="uid://6a20phajjwu8"]
2
3 [ext_resource type="Script" path="res://player/player_wall.gd" id="1_rj8im"]
4 [ext_resource type="Texture2D" uid="uid://cp8pv6wya3ep2" path="res://textures/untextured.png" id="2_oiq6c"]
5
6 [sub_resource type="StandardMaterial3D" id="StandardMaterial3D_sk1tc"]
7 albedo_color = Color(0.1152, 0.8192, 0.96, 1)
8 albedo_texture = ExtResource("2_oiq6c")
9 emission_enabled = true
10 emission = Color(0.354498, 0.45596, 0.814702, 1)
11 emission_energy_multiplier = 1.44
12 uv1_triplanar = true
13 uv1_world_triplanar = true
14
15 [sub_resource type="BoxMesh" id="BoxMesh_p4d0s"]
16 material = SubResource("StandardMaterial3D_sk1tc")
17 size = Vector3(1, 0.02, 1)
18
19 [sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_71bu6"]
20 data = PackedVector3Array(-0.5, 0.005, 0.5, 0.5, 0.005, 0.5, -0.5, -0.005, 0.5, 0.5, 0.005, 0.5, 0.5, -0.005, 0.5, -0.5, -0.005, 0.5, 0.5, 0.005, -0.5, -0.5, 0.005, -0.5, 0.5, -0.005, -0.5, -0.5, 0.005, -0.5, -0.5, -0.005, -0.5, 0.5, -0.005, -0.5, 0.5, 0.005, 0.5, 0.5, 0.005, -0.5, 0.5, -0.005, 0.5, 0.5, 0.005, -0.5, 0.5, -0.005, -0.5, 0.5, -0.005, 0.5, -0.5, 0.005, -0.5, -0.5, 0.005, 0.5, -0.5, -0.005, -0.5, -0.5, 0.005, 0.5, -0.5, -0.005, 0.5, -0.5, -0.005, -0.5, 0.5, 0.005, 0.5, -0.5, 0.005, 0.5, 0.5, 0.005, -0.5, -0.5, 0.005, 0.5, -0.5, 0.005, -0.5, 0.5, 0.005, -0.5, -0.5, -0.005, 0.5, 0.5, -0.005, 0.5, -0.5, -0.005, -0.5, 0.5, -0.005, 0.5, 0.5, -0.005, -0.5, -0.5, -0.005, -0.5)
21
22 [node name="PlayerWall" type="Node3D"]
23 script = ExtResource("1_rj8im")
24
25 [node name="MeshInstance3D" type="MeshInstance3D" parent="."]
26 transform = Transform3D(-4.37114e-08, -1, 0, 1, -4.37114e-08, 0, 0, 0, 1, 0, 0, 0.5)
27 mesh = SubResource("BoxMesh_p4d0s")
28
29 [node name="StaticBody3D" type="StaticBody3D" parent="MeshInstance3D"]
30
31 [node name="CollisionShape3D" type="CollisionShape3D" parent="MeshInstance3D/StaticBody3D"]
32 shape = SubResource("ConcavePolygonShape3D_71bu6")