add pictograms and change ui

This commit is contained in:
2024-10-07 01:06:23 +10:00
parent 9e98556f8c
commit 76ccd210ec
14 changed files with 213 additions and 115 deletions

View File

@@ -92,7 +92,7 @@ func stop_all_gathering() -> void:
func get_nth_pile_pos(n: int) -> Vector3:
return (
global_position
+ (Vector3.UP * 0.5)
+ (Vector3.UP * 0.45)
+ (Vector3.UP * 0.1 * n)
)