Placement and platforms

This commit is contained in:
Rendo 2025-10-11 09:45:23 +05:00
commit d37c4ec858
31 changed files with 351 additions and 11 deletions

6
scripts/construction.gd Normal file
View file

@ -0,0 +1,6 @@
extends Node2D
class_name Construction
func get_relative(dv : Vector2) -> Construction:
return get_parent().get_at(global_position+dv)