├── README.md ├── gml_classes.resource_order ├── gml_classes.yyp ├── objects └── obj_Test │ ├── Create_0.gml │ └── obj_Test.yy ├── options ├── 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 ├── tvos │ └── options_tvos.yy └── windows │ └── options_windows.yy ├── rooms └── room_Test │ └── room_Test.yy └── scripts ├── gml_classes ├── gml_classes.gml └── gml_classes.yy ├── gml_classes_performance_test ├── gml_classes_performance_test.gml └── gml_classes_performance_test.yy └── gml_classes_test ├── gml_classes_test.gml └── gml_classes_test.yy /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nikko-the-cat/GML-Classes/HEAD/README.md -------------------------------------------------------------------------------- /gml_classes.resource_order: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nikko-the-cat/GML-Classes/HEAD/gml_classes.resource_order -------------------------------------------------------------------------------- /gml_classes.yyp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nikko-the-cat/GML-Classes/HEAD/gml_classes.yyp -------------------------------------------------------------------------------- /objects/obj_Test/Create_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nikko-the-cat/GML-Classes/HEAD/objects/obj_Test/Create_0.gml -------------------------------------------------------------------------------- /objects/obj_Test/obj_Test.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nikko-the-cat/GML-Classes/HEAD/objects/obj_Test/obj_Test.yy -------------------------------------------------------------------------------- /options/android/options_android.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nikko-the-cat/GML-Classes/HEAD/options/android/options_android.yy -------------------------------------------------------------------------------- /options/html5/options_html5.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nikko-the-cat/GML-Classes/HEAD/options/html5/options_html5.yy -------------------------------------------------------------------------------- /options/ios/options_ios.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nikko-the-cat/GML-Classes/HEAD/options/ios/options_ios.yy -------------------------------------------------------------------------------- /options/linux/options_linux.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nikko-the-cat/GML-Classes/HEAD/options/linux/options_linux.yy -------------------------------------------------------------------------------- /options/mac/options_mac.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nikko-the-cat/GML-Classes/HEAD/options/mac/options_mac.yy -------------------------------------------------------------------------------- /options/main/options_main.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nikko-the-cat/GML-Classes/HEAD/options/main/options_main.yy -------------------------------------------------------------------------------- /options/operagx/options_operagx.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nikko-the-cat/GML-Classes/HEAD/options/operagx/options_operagx.yy -------------------------------------------------------------------------------- /options/tvos/options_tvos.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nikko-the-cat/GML-Classes/HEAD/options/tvos/options_tvos.yy -------------------------------------------------------------------------------- /options/windows/options_windows.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nikko-the-cat/GML-Classes/HEAD/options/windows/options_windows.yy -------------------------------------------------------------------------------- /rooms/room_Test/room_Test.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nikko-the-cat/GML-Classes/HEAD/rooms/room_Test/room_Test.yy -------------------------------------------------------------------------------- /scripts/gml_classes/gml_classes.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nikko-the-cat/GML-Classes/HEAD/scripts/gml_classes/gml_classes.gml -------------------------------------------------------------------------------- /scripts/gml_classes/gml_classes.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nikko-the-cat/GML-Classes/HEAD/scripts/gml_classes/gml_classes.yy -------------------------------------------------------------------------------- /scripts/gml_classes_performance_test/gml_classes_performance_test.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nikko-the-cat/GML-Classes/HEAD/scripts/gml_classes_performance_test/gml_classes_performance_test.gml -------------------------------------------------------------------------------- /scripts/gml_classes_performance_test/gml_classes_performance_test.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nikko-the-cat/GML-Classes/HEAD/scripts/gml_classes_performance_test/gml_classes_performance_test.yy -------------------------------------------------------------------------------- /scripts/gml_classes_test/gml_classes_test.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nikko-the-cat/GML-Classes/HEAD/scripts/gml_classes_test/gml_classes_test.gml -------------------------------------------------------------------------------- /scripts/gml_classes_test/gml_classes_test.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nikko-the-cat/GML-Classes/HEAD/scripts/gml_classes_test/gml_classes_test.yy --------------------------------------------------------------------------------