create camera script to report it's current viewport via the event bus
This commit is contained in:
@@ -14,4 +14,6 @@ public sealed class Event : Node
|
||||
delegate void PlayerTouched();
|
||||
[Signal]
|
||||
delegate void DebugState(string state);
|
||||
[Signal]
|
||||
delegate void CameraView(Rect2 rect);
|
||||
}
|
||||
|
Reference in New Issue
Block a user