A game where you get to play as a slime, made with Godot.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
710 B

2 months ago
[gd_scene load_steps=3 format=3 uid="uid://b65o2rhp8qx74"]
[ext_resource type="PackedScene" uid="uid://sul6hrbcaal3" path="res://assets/models/trees/tree_cone.glb" id="1_8soi2"]
[sub_resource type="CylinderShape3D" id="CylinderShape3D_82bei"]
radius = 0.25
[node name="TreeOakCone" type="Node3D"]
[node name="tree_cone2" parent="." instance=ExtResource("1_8soi2")]
transform = Transform3D(4, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0)
[node name="StaticBody3D" type="StaticBody3D" parent="."]
collision_layer = 2
collision_mask = 0
[node name="CollisionShape3D" type="CollisionShape3D" parent="StaticBody3D"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0)
shape = SubResource("CylinderShape3D_82bei")