mirror of
https://github.com/thegatesbrowser/thegates.git
synced 2025-08-25 05:17:25 -04:00
world scene
This commit is contained in:
parent
c6ba0bfd7d
commit
f46e46efd0
9 changed files with 77 additions and 394 deletions
|
@ -42,8 +42,9 @@ func _input(_event: InputEvent) -> void:
|
|||
|
||||
|
||||
func get_scaled_mouse_pos(position : Vector2) -> Vector2:
|
||||
position.x *= scale_width
|
||||
position.y *= scale_height
|
||||
#position.x *= scale_width
|
||||
#position.y *= scale_height
|
||||
position.y -= 101
|
||||
return position
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue