]> Untitled Git - frog-ninja.git/blob - map/ramp.tscn
Added shooting, more proper sword stuff
[frog-ninja.git] / map / ramp.tscn
1 [gd_scene load_steps=4 format=3 uid="uid://b2qh1x7ulhhua"]
2
3 [ext_resource type="Material" uid="uid://dt1upwj08kd0w" path="res://map/grid_material.tres" id="1_pbta4"]
4
5 [sub_resource type="PrismMesh" id="PrismMesh_nxhg3"]
6 size = Vector3(1, 1.78, 1)
7
8 [sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_pbta4"]
9 data = PackedVector3Array(0, 0.89, 0.5, 0.5, -0.89, 0.5, -0.5, -0.89, 0.5, 0, 0.89, -0.5, -0.5, -0.89, -0.5, 0.5, -0.89, -0.5, 0, 0.89, 0.5, 0, 0.89, -0.5, 0.5, -0.89, 0.5, 0, 0.89, -0.5, 0.5, -0.89, -0.5, 0.5, -0.89, 0.5, 0, 0.89, -0.5, 0, 0.89, 0.5, -0.5, -0.89, -0.5, 0, 0.89, 0.5, -0.5, -0.89, 0.5, -0.5, -0.89, -0.5, -0.5, -0.89, 0.5, 0.5, -0.89, 0.5, -0.5, -0.89, -0.5, 0.5, -0.89, 0.5, 0.5, -0.89, -0.5, -0.5, -0.89, -0.5)
10
11 [node name="Ramp" type="Node3D"]
12
13 [node name="MeshInstance3D" type="MeshInstance3D" parent="."]
14 transform = Transform3D(-4.37114e-08, -1, 0, 1, -4.37114e-08, 0, 0, 0, 1, 0, 0, 0)
15 mesh = SubResource("PrismMesh_nxhg3")
16 surface_material_override/0 = ExtResource("1_pbta4")
17
18 [node name="StaticBody3D" type="StaticBody3D" parent="MeshInstance3D"]
19
20 [node name="CollisionShape3D" type="CollisionShape3D" parent="MeshInstance3D/StaticBody3D"]
21 shape = SubResource("ConcavePolygonShape3D_pbta4")