fixes/cleans up

-input now correctly works when using viewport scaling
-added function to get areas/bodies in given point
-added function to get space state directly from world
This commit is contained in:
Juan Linietsky
2015-03-22 09:40:26 -03:00
parent 43c9f4921f
commit e4f0291904
2 changed files with 0 additions and 4 deletions

View File

@@ -1,10 +1,6 @@
extends Area2D
# member variables here, example:
# var a=2
# var b="textvar"
#virtual from CollisionObject2D (also available as signal)
func _input_event(viewport, event, shape_idx):
#convert event to local coordinates

Binary file not shown.