]> Untitled Git - lightcycles.git/blob - player/player_wall.tscn
Updated export config
[lightcycles.git] / player / player_wall.tscn
1 [gd_scene load_steps=6 format=3 uid="uid://6a20phajjwu8"]
2
3 [ext_resource type="Script" uid="uid://d4am6bi2gabvl" path="res://player/player_wall.gd" id="1_rj8im"]
4 [ext_resource type="Texture2D" uid="uid://cewcflr88mwxq" path="res://textures/untextured2.png" id="2_uvwff"]
5
6 [sub_resource type="StandardMaterial3D" id="StandardMaterial3D_sk1tc"]
7 albedo_color = Color(0.716296, 0.716296, 0.716296, 1)
8 albedo_texture = ExtResource("2_uvwff")
9 emission_enabled = true
10 emission = Color(0.726732, 0.726732, 0.726732, 1)
11 emission_energy_multiplier = 0.25
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.04, 1)
18
19 [sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_aaxpr"]
20 points = PackedVector3Array(0.508, 0.014, 0.5, -0.508, -0.018, -0.5, -0.508, 0.014, -0.5, 0.508, -0.018, -0.5, -0.508, -0.018, 0.5, -0.508, 0.014, 0.5, 0.508, 0.014, -0.5, 0.508, -0.018, 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 collision_layer = 2
31 collision_mask = 2
32 axis_lock_linear_x = true
33 axis_lock_linear_y = true
34 axis_lock_linear_z = true
35 axis_lock_angular_x = true
36 axis_lock_angular_y = true
37 axis_lock_angular_z = true
38
39 [node name="CollisionShape3D" type="CollisionShape3D" parent="MeshInstance3D/StaticBody3D"]
40 shape = SubResource("ConvexPolygonShape3D_aaxpr")