tzachshabtay / MonoAGS

AGS (Adventure Game Studio) reimagined in Mono
https://tzachshabtay.github.io/MonoAGS/
Artistic License 2.0
27 stars 8 forks source link

Inspector Updates #194

Closed tzachshabtay closed 6 years ago

tzachshabtay commented 6 years ago

Added property changes events for all components (code is injected by using Fody.PropertyChanged). Refactored the code to remove specific change events and using the property changed event everywhere. Inspector now uses those events to dynamically update itself when something in the game changes. Resolves #184 .