├── Destructors.yyp ├── LICENSE ├── README.md ├── objects └── oExample │ ├── Create_0.gml │ ├── Draw_64.gml │ ├── Step_0.gml │ └── oExample.yy ├── options ├── amazonfire │ └── options_amazonfire.yy ├── android │ └── options_android.yy ├── html5 │ └── options_html5.yy ├── ios │ └── options_ios.yy ├── linux │ └── options_linux.yy ├── mac │ └── options_mac.yy ├── main │ └── options_main.yy ├── operagx │ └── options_operagx.yy ├── ps4 │ └── options_ps4.yy ├── switch │ └── options_switch.yy ├── tvos │ └── options_tvos.yy ├── windows │ └── options_windows.yy ├── windowsuap │ └── options_windowsuap.yy └── xboxone │ └── options_xboxone.yy ├── rooms └── Room1 │ └── Room1.yy └── scripts ├── Destructors ├── Destructors.gml └── Destructors.yy └── oExample_CallbackScript ├── oExample_CallbackScript.gml └── oExample_CallbackScript.yy /Destructors.yyp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DatZach/Destructors/HEAD/Destructors.yyp -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DatZach/Destructors/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DatZach/Destructors/HEAD/README.md -------------------------------------------------------------------------------- /objects/oExample/Create_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DatZach/Destructors/HEAD/objects/oExample/Create_0.gml -------------------------------------------------------------------------------- /objects/oExample/Draw_64.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DatZach/Destructors/HEAD/objects/oExample/Draw_64.gml -------------------------------------------------------------------------------- /objects/oExample/Step_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DatZach/Destructors/HEAD/objects/oExample/Step_0.gml -------------------------------------------------------------------------------- /objects/oExample/oExample.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DatZach/Destructors/HEAD/objects/oExample/oExample.yy -------------------------------------------------------------------------------- /options/amazonfire/options_amazonfire.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DatZach/Destructors/HEAD/options/amazonfire/options_amazonfire.yy -------------------------------------------------------------------------------- /options/android/options_android.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DatZach/Destructors/HEAD/options/android/options_android.yy -------------------------------------------------------------------------------- /options/html5/options_html5.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DatZach/Destructors/HEAD/options/html5/options_html5.yy -------------------------------------------------------------------------------- /options/ios/options_ios.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DatZach/Destructors/HEAD/options/ios/options_ios.yy -------------------------------------------------------------------------------- /options/linux/options_linux.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DatZach/Destructors/HEAD/options/linux/options_linux.yy -------------------------------------------------------------------------------- /options/mac/options_mac.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DatZach/Destructors/HEAD/options/mac/options_mac.yy -------------------------------------------------------------------------------- /options/main/options_main.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DatZach/Destructors/HEAD/options/main/options_main.yy -------------------------------------------------------------------------------- /options/operagx/options_operagx.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DatZach/Destructors/HEAD/options/operagx/options_operagx.yy -------------------------------------------------------------------------------- /options/ps4/options_ps4.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DatZach/Destructors/HEAD/options/ps4/options_ps4.yy -------------------------------------------------------------------------------- /options/switch/options_switch.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DatZach/Destructors/HEAD/options/switch/options_switch.yy -------------------------------------------------------------------------------- /options/tvos/options_tvos.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DatZach/Destructors/HEAD/options/tvos/options_tvos.yy -------------------------------------------------------------------------------- /options/windows/options_windows.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DatZach/Destructors/HEAD/options/windows/options_windows.yy -------------------------------------------------------------------------------- /options/windowsuap/options_windowsuap.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DatZach/Destructors/HEAD/options/windowsuap/options_windowsuap.yy -------------------------------------------------------------------------------- /options/xboxone/options_xboxone.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DatZach/Destructors/HEAD/options/xboxone/options_xboxone.yy -------------------------------------------------------------------------------- /rooms/Room1/Room1.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DatZach/Destructors/HEAD/rooms/Room1/Room1.yy -------------------------------------------------------------------------------- /scripts/Destructors/Destructors.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DatZach/Destructors/HEAD/scripts/Destructors/Destructors.gml -------------------------------------------------------------------------------- /scripts/Destructors/Destructors.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DatZach/Destructors/HEAD/scripts/Destructors/Destructors.yy -------------------------------------------------------------------------------- /scripts/oExample_CallbackScript/oExample_CallbackScript.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DatZach/Destructors/HEAD/scripts/oExample_CallbackScript/oExample_CallbackScript.gml -------------------------------------------------------------------------------- /scripts/oExample_CallbackScript/oExample_CallbackScript.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DatZach/Destructors/HEAD/scripts/oExample_CallbackScript/oExample_CallbackScript.yy --------------------------------------------------------------------------------