12 lines
422 B
Text
12 lines
422 B
Text
[gd_scene load_steps=2 format=3 uid="uid://dmta280djb54e"]
|
|
|
|
[ext_resource type="Material" path="res://assets/wahooney.itch.io/brown_grid_triplanar.tres" id="1"]
|
|
|
|
[node name="Ramp" type="Spatial"]
|
|
|
|
[node name="CSGPolygon" type="CSGPolygon" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1)
|
|
use_collision = true
|
|
polygon = PackedVector2Array(-1, 0, 0, 0.8, 1, 0)
|
|
depth = 2.0
|
|
material = ExtResource("1")
|