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
717 B

2 months ago
[gd_scene load_steps=3 format=3 uid="uid://c732i0mrp6klk"]
[ext_resource type="PackedScene" uid="uid://b0578fhc4t22h" path="res://assets/models/trees/tree_oak.glb" id="1_aojgv"]
[sub_resource type="CylinderShape3D" id="CylinderShape3D_causx"]
radius = 0.35
[node name="TreeOakRound" type="Node3D"]
[node name="tree_oak2" parent="." instance=ExtResource("1_aojgv")]
transform = Transform3D(4, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0.171265, 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_causx")