Substandard Shrimp
banner
subsandardshrimp.bsky.social
Substandard Shrimp
@subsandardshrimp.bsky.social
Some kind of thing trying to make games with Godot. Currently making Regular Home Renovation Simulator. Sama suomeksi

https://substandardshrimp.itch.io/ for most things I have made
Its just this on a Label3D:

@tool
extends Label3D

func _process(delta: float) -> void:
if Engine.is_editor_hint():
text = str(snapped(global_position.distance_to(get_parent().global_position),0.01))
August 22, 2025 at 1:13 PM