├── .gitattributes ├── LICENSE ├── YandexGames_Demo.resource_order ├── YandexGames_Demo.yyp ├── extensions ├── YaGames │ ├── YaGames.js │ └── YaGames.yy └── browser_hdpi │ ├── browser_hdpi.gml │ ├── browser_hdpi.js │ └── browser_hdpi.yy ├── fonts ├── fnt_header │ ├── fnt_header.png │ ├── fnt_header.yy │ ├── fnt_header_text.old.png │ ├── fnt_normal.old.png │ ├── fnt_normal.old.yy │ └── fnt_normal.png └── fnt_normal │ ├── fnt_normal.old.png │ ├── fnt_normal.old.yy │ ├── fnt_normal.png │ └── fnt_normal.yy ├── objects ├── obj_button_EventDispatch │ ├── Create_0.gml │ ├── Mouse_7.gml │ ├── Other_70.gml │ └── obj_button_EventDispatch.yy ├── obj_button_EventOn │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Mouse_7.gml │ ├── Other_70.gml │ └── obj_button_EventOn.yy ├── obj_button_GameAPIGetAllGames │ ├── Create_0.gml │ ├── Mouse_7.gml │ ├── Other_70.gml │ └── obj_button_GameAPIGetAllGames.yy ├── obj_button_GameAPIGetGameByID │ ├── Create_0.gml │ ├── Mouse_7.gml │ ├── Other_63.gml │ ├── Other_70.gml │ └── obj_button_GameAPIGetGameByID.yy ├── obj_button_GameApiPauseAndResume │ ├── Create_0.gml │ ├── Other_70.gml │ └── obj_button_GameApiPauseAndResume.yy ├── obj_button_GameReadyOn │ ├── Create_0.gml │ ├── Mouse_7.gml │ ├── Other_70.gml │ └── obj_button_GameReadyOn.yy ├── obj_button_GameplayStart │ ├── Create_0.gml │ ├── Mouse_7.gml │ ├── Other_70.gml │ └── obj_button_GameplayStart.yy ├── obj_button_GameplayStop │ ├── Create_0.gml │ ├── Mouse_7.gml │ ├── Other_70.gml │ └── obj_button_GameplayStop.yy ├── obj_button_GetAllFlags │ ├── Create_0.gml │ ├── Mouse_7.gml │ ├── Other_70.gml │ └── obj_button_GetAllFlags.yy ├── obj_button_GetFlags_ClientFeatures │ ├── Create_0.gml │ ├── Mouse_7.gml │ ├── Other_70.gml │ └── obj_button_GetFlags_ClientFeatures.yy ├── obj_button_GetFlags_DefaultFlags │ ├── Create_0.gml │ ├── Mouse_7.gml │ ├── Other_70.gml │ └── obj_button_GetFlags_DefaultFlags.yy ├── obj_button_MultiplayerEventBased │ ├── Create_0.gml │ ├── Other_70.gml │ └── obj_button_MultiplayerEventBased.yy ├── obj_button_banner_getAdvStatus │ ├── Create_0.gml │ ├── Mouse_7.gml │ ├── Other_70.gml │ └── obj_button_banner_getAdvStatus.yy ├── obj_button_banner_hideAdv │ ├── Create_0.gml │ ├── Mouse_7.gml │ ├── Other_70.gml │ └── obj_button_banner_hideAdv.yy ├── obj_button_banner_showAdv │ ├── Create_0.gml │ ├── Mouse_7.gml │ ├── Other_70.gml │ └── obj_button_banner_showAdv.yy ├── obj_button_browserConsoleLog │ ├── Create_0.gml │ ├── Mouse_7.gml │ └── obj_button_browserConsoleLog.yy ├── obj_button_exutFullscreen │ ├── Create_0.gml │ ├── Mouse_7.gml │ ├── Other_70.gml │ └── obj_button_exutFullscreen.yy ├── obj_button_getDeviceType │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Mouse_7.gml │ ├── Other_70.gml │ └── obj_button_getDeviceType.yy ├── obj_button_getEnvironment │ ├── Create_0.gml │ ├── Mouse_7.gml │ ├── Other_70.gml │ └── obj_button_getEnvironment.yy ├── obj_button_getFeedbackCanReview │ ├── Create_0.gml │ ├── Mouse_7.gml │ ├── Other_70.gml │ └── obj_button_getFeedbackCanReview.yy ├── obj_button_getFeedbackRequestReview │ ├── Create_0.gml │ ├── Mouse_7.gml │ ├── Other_70.gml │ └── obj_button_getFeedbackRequestReview.yy ├── obj_button_getFullscreenStatus │ ├── Create_0.gml │ ├── Mouse_7.gml │ ├── Other_70.gml │ └── obj_button_getFullscreenStatus.yy ├── obj_button_getLeaderboardByDescription │ ├── Create_0.gml │ ├── Mouse_7.gml │ ├── Other_63.gml │ ├── Other_70.gml │ └── obj_button_getLeaderboardByDescription.yy ├── obj_button_getLeaderboardsEntries │ ├── Create_0.gml │ ├── Mouse_7.gml │ ├── Other_63.gml │ ├── Other_70.gml │ └── obj_button_getLeaderboardsEntries.yy ├── obj_button_getLeaderboardsEntriesOptions │ ├── Create_0.gml │ ├── Mouse_7.gml │ ├── Other_63.gml │ ├── Other_70.gml │ └── obj_button_getLeaderboardsEntriesOptions.yy ├── obj_button_getLeaderboardsPlayerEntry │ ├── Create_0.gml │ ├── Mouse_7.gml │ ├── Other_63.gml │ ├── Other_70.gml │ └── obj_button_getLeaderboardsPlayerEntry.yy ├── obj_button_getLeaderboardsPlayerEntryAvatar │ ├── Create_0.gml │ ├── Mouse_7.gml │ ├── Other_63.gml │ ├── Other_70.gml │ └── obj_button_getLeaderboardsPlayerEntryAvatar.yy ├── obj_button_getPayments_ConsumeAllPurchase │ ├── Create_0.gml │ ├── Mouse_7.gml │ ├── Other_70.gml │ └── obj_button_getPayments_ConsumeAllPurchase.yy ├── obj_button_getPayments_ConsumePurchase │ ├── Create_0.gml │ ├── Mouse_7.gml │ ├── Other_63.gml │ ├── Other_70.gml │ └── obj_button_getPayments_ConsumePurchase.yy ├── obj_button_getPayments_GetCatalog │ ├── Create_0.gml │ ├── Mouse_7.gml │ ├── Other_70.gml │ └── obj_button_getPayments_GetCatalog.yy ├── obj_button_getPayments_GetPurchases │ ├── Create_0.gml │ ├── Mouse_7.gml │ ├── Other_70.gml │ └── obj_button_getPayments_GetPurchases.yy ├── obj_button_getPayments_Purchase │ ├── Create_0.gml │ ├── Mouse_7.gml │ ├── Other_63.gml │ ├── Other_70.gml │ └── obj_button_getPayments_Purchase.yy ├── obj_button_getPlayerAllData │ ├── Create_0.gml │ ├── Mouse_7.gml │ ├── Other_70.gml │ └── obj_button_getPlayerAllData.yy ├── obj_button_getPlayerAllStats │ ├── Create_0.gml │ ├── Mouse_7.gml │ ├── Other_70.gml │ └── obj_button_getPlayerAllStats.yy ├── obj_button_getPlayerData │ ├── Create_0.gml │ ├── Mouse_7.gml │ ├── Other_70.gml │ └── obj_button_getPlayerData.yy ├── obj_button_getPlayerIDsPerGame │ ├── Create_0.gml │ ├── Mouse_7.gml │ ├── Other_70.gml │ └── obj_button_getPlayerIDsPerGame.yy ├── obj_button_getPlayerIsAuthorized │ ├── Create_0.gml │ ├── Mouse_7.gml │ ├── Other_70.gml │ └── obj_button_getPlayerIsAuthorized.yy ├── obj_button_getPlayerName │ ├── Create_0.gml │ ├── Mouse_7.gml │ ├── Other_70.gml │ └── obj_button_getPlayerName.yy ├── obj_button_getPlayerPayingStatus │ ├── Create_0.gml │ ├── Mouse_7.gml │ ├── Other_70.gml │ └── obj_button_getPlayerPayingStatus.yy ├── obj_button_getPlayerPhoto │ ├── Create_0.gml │ ├── Mouse_7.gml │ ├── Other_70.gml │ └── obj_button_getPlayerPhoto.yy ├── obj_button_getPlayerSignature │ ├── Create_0.gml │ ├── Mouse_7.gml │ ├── Other_70.gml │ └── obj_button_getPlayerSignature.yy ├── obj_button_getPlayerStats │ ├── Create_0.gml │ ├── Mouse_7.gml │ ├── Other_70.gml │ └── obj_button_getPlayerStats.yy ├── obj_button_getPlayerUniqueID │ ├── Create_0.gml │ ├── Mouse_7.gml │ ├── Other_70.gml │ └── obj_button_getPlayerUniqueID.yy ├── obj_button_getServerTime │ ├── Create_0.gml │ ├── Mouse_7.gml │ ├── Other_70.gml │ └── obj_button_getServerTime.yy ├── obj_button_initPayments │ ├── Create_0.gml │ ├── Mouse_7.gml │ ├── Other_70.gml │ └── obj_button_initPayments.yy ├── obj_button_initPlayer │ ├── Create_0.gml │ ├── Mouse_7.gml │ ├── Other_63.gml │ ├── Other_70.gml │ └── obj_button_initPlayer.yy ├── obj_button_isInit │ ├── Create_0.gml │ ├── Mouse_7.gml │ └── obj_button_isInit.yy ├── obj_button_log_clear │ ├── Create_0.gml │ ├── Mouse_7.gml │ └── obj_button_log_clear.yy ├── obj_button_multiplayerRecordingGameSession │ ├── Create_0.gml │ ├── Mouse_7.gml │ ├── Other_63.gml │ ├── Other_70.gml │ └── obj_button_multiplayerRecordingGameSession.yy ├── obj_button_multiplayerSaveGameSession │ ├── Create_0.gml │ ├── Mouse_7.gml │ ├── Other_63.gml │ ├── Other_70.gml │ └── obj_button_multiplayerSaveGameSession.yy ├── obj_button_multiplayerSessionsInit │ ├── Create_0.gml │ ├── Mouse_7.gml │ ├── Other_63.gml │ ├── Other_70.gml │ └── obj_button_multiplayerSessionsInit.yy ├── obj_button_oauth │ ├── Create_0.gml │ ├── Mouse_7.gml │ ├── Other_70.gml │ └── obj_button_oauth.yy ├── obj_button_pageReload │ ├── Create_0.gml │ ├── Mouse_7.gml │ └── obj_button_pageReload.yy ├── obj_button_parent │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Mouse_4.gml │ ├── Mouse_56.gml │ ├── Step_0.gml │ └── obj_button_parent.yy ├── obj_button_requestFullscreen │ ├── Create_0.gml │ ├── Mouse_7.gml │ ├── Other_70.gml │ └── obj_button_requestFullscreen.yy ├── obj_button_setConsoleDebugMode │ ├── Create_0.gml │ ├── Mouse_7.gml │ └── obj_button_setConsoleDebugMode.yy ├── obj_button_setLeaderboardsScore │ ├── Create_0.gml │ ├── Mouse_7.gml │ ├── Other_63.gml │ ├── Other_70.gml │ └── obj_button_setLeaderboardsScore.yy ├── obj_button_setLeaderboardsScoreExtraData │ ├── Create_0.gml │ ├── Mouse_7.gml │ ├── Other_63.gml │ ├── Other_70.gml │ └── obj_button_setLeaderboardsScoreExtraData.yy ├── obj_button_setPlayerData │ ├── Create_0.gml │ ├── Mouse_7.gml │ ├── Other_70.gml │ └── obj_button_setPlayerData.yy ├── obj_button_setPlayerIncrementStats │ ├── Create_0.gml │ ├── Mouse_7.gml │ ├── Other_70.gml │ └── obj_button_setPlayerIncrementStats.yy ├── obj_button_setPlayerStats │ ├── Create_0.gml │ ├── Mouse_7.gml │ ├── Other_70.gml │ └── obj_button_setPlayerStats.yy ├── obj_button_setToClipboard │ ├── Create_0.gml │ ├── Mouse_7.gml │ ├── Other_70.gml │ └── obj_button_setToClipboard.yy ├── obj_button_shortcut_CanShowPrompt │ ├── Create_0.gml │ ├── Mouse_7.gml │ ├── Other_70.gml │ └── obj_button_shortcut_CanShowPrompt.yy ├── obj_button_shortcut_ShowPrompt │ ├── Create_0.gml │ ├── Mouse_7.gml │ ├── Other_70.gml │ └── obj_button_shortcut_ShowPrompt.yy ├── obj_button_showFullscreenAds │ ├── Create_0.gml │ ├── Mouse_7.gml │ ├── Other_70.gml │ └── obj_button_showFullscreenAds.yy ├── obj_button_showRewardVideo │ ├── Create_0.gml │ ├── Mouse_7.gml │ ├── Other_70.gml │ └── obj_button_showRewardVideo.yy ├── obj_childrenPayments_parent │ ├── Create_0.gml │ └── obj_childrenPayments_parent.yy ├── obj_childrenPlayer_parent │ ├── Create_0.gml │ └── obj_childrenPlayer_parent.yy ├── obj_game_init │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_game_init.yy ├── obj_header_advertisement │ ├── Create_0.gml │ └── obj_header_advertisement.yy ├── obj_header_device_info │ ├── Create_0.gml │ └── obj_header_device_info.yy ├── obj_header_feedback │ ├── Create_0.gml │ └── obj_header_feedback.yy ├── obj_header_flags │ ├── Create_0.gml │ └── obj_header_flags.yy ├── obj_header_fullscreen │ ├── Create_0.gml │ └── obj_header_fullscreen.yy ├── obj_header_gameplay │ ├── Create_0.gml │ └── obj_header_gameplay.yy ├── obj_header_general │ ├── Create_0.gml │ └── obj_header_general.yy ├── obj_header_leaderboards │ ├── Create_0.gml │ └── obj_header_leaderboards.yy ├── obj_header_log │ ├── Create_0.gml │ └── obj_header_log.yy ├── obj_header_multiplayer │ ├── Create_0.gml │ └── obj_header_multiplayer.yy ├── obj_header_parent │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_header_parent.yy ├── obj_header_payments │ ├── Create_0.gml │ └── obj_header_payments.yy ├── obj_header_player │ ├── Create_0.gml │ └── obj_header_player.yy ├── obj_header_shortcut │ ├── Create_0.gml │ └── obj_header_shortcut.yy ├── obj_log_output │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_log_output.yy └── obj_web_game_resize │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_web_game_resize.yy ├── options ├── amazonfire │ ├── icons │ │ ├── hdpi.png │ │ ├── ldpi.png │ │ ├── mdpi.png │ │ ├── xhdpi.png │ │ ├── xxhdpi.png │ │ └── xxxhdpi.png │ └── options_amazonfire.yy ├── android │ ├── icons │ │ ├── hdpi.png │ │ ├── ldpi.png │ │ ├── mdpi.png │ │ ├── xhdpi.png │ │ ├── xxhdpi.png │ │ └── xxxhdpi.png │ └── options_android.yy ├── extensions │ ├── GamePush.json │ ├── YaGames.json │ └── browser_hdpi.json ├── html5 │ ├── fav.ico │ └── options_html5.yy ├── ios │ ├── icons │ │ ├── app │ │ │ ├── ipad_152.png │ │ │ ├── ipad_76.png │ │ │ ├── ipad_pro_167.png │ │ │ ├── iphone_120.png │ │ │ └── iphone_180.png │ │ ├── itunes │ │ │ └── itunes_1024.png │ │ ├── notification │ │ │ ├── ipad_20.png │ │ │ ├── ipad_40.png │ │ │ ├── iphone_40.png │ │ │ └── iphone_60.png │ │ ├── settings │ │ │ ├── ipad_29.png │ │ │ ├── ipad_58.png │ │ │ ├── iphone_58.png │ │ │ └── iphone_87.png │ │ └── spotlight │ │ │ ├── ipad_40.png │ │ │ ├── ipad_80.png │ │ │ ├── iphone_120.png │ │ │ └── iphone_80.png │ └── options_ios.yy ├── linux │ ├── icons │ │ └── 64.png │ └── options_linux.yy ├── mac │ ├── icons │ │ └── 1024.png │ ├── options_mac.yy │ └── splash │ │ └── installer_background.png ├── main │ ├── inherited │ │ └── options_main.inherited.yy │ ├── options_main.yy │ └── template_icon.png ├── operagx │ ├── icon.png │ └── options_operagx.yy ├── tvos │ ├── icons │ │ ├── 1280.png │ │ ├── 400.png │ │ └── 400_2x.png │ └── options_tvos.yy └── windows │ ├── icons │ └── icon.ico │ └── options_windows.yy ├── readme.txt ├── rooms ├── room_demo │ ├── RoomCreationCode.gml │ └── room_demo.yy └── room_init │ └── room_init.yy ├── scripts ├── UnixTime │ ├── UnixTime.gml │ └── UnixTime.yy ├── clear_log │ ├── clear_log.gml │ └── clear_log.yy ├── convert_datetime_to_iso8601 │ ├── convert_datetime_to_iso8601.gml │ └── convert_datetime_to_iso8601.yy ├── convert_iso8601_to_datetime │ ├── convert_iso8601_to_datetime.gml │ └── convert_iso8601_to_datetime.yy ├── get_logs │ ├── get_logs.gml │ └── get_logs.yy ├── isMap │ ├── isMap.gml │ └── isMap.yy └── log │ ├── log.gml │ └── log.yy └── sprites ├── spr_button ├── 84a1053b-7893-4dea-b194-af591aa915cd.png ├── layers │ └── 84a1053b-7893-4dea-b194-af591aa915cd │ │ └── f76bc3a3-31bb-4498-af8f-c0a474e9bcbc.png └── spr_button.yy ├── spr_button_long ├── 8ac0fc68-6349-4dd3-8cd0-627da941850c.png ├── eff11b9d-8a15-4967-a951-2826a1003fb0.png ├── layers │ ├── 8ac0fc68-6349-4dd3-8cd0-627da941850c │ │ └── 3876df61-dd69-4322-9d06-fdc483528791.png │ └── eff11b9d-8a15-4967-a951-2826a1003fb0 │ │ └── 3876df61-dd69-4322-9d06-fdc483528791.png └── spr_button_long.yy ├── spr_button_short ├── 7ec9ffaa-322b-4087-88a6-4e0dce2ab443.png ├── ec1ab1f6-2557-42cc-91aa-3ca2ab6ec035.png ├── layers │ ├── 7ec9ffaa-322b-4087-88a6-4e0dce2ab443 │ │ └── 87a2fc05-94c3-4704-9d8b-4fcf875d26ce.png │ └── ec1ab1f6-2557-42cc-91aa-3ca2ab6ec035 │ │ └── 87a2fc05-94c3-4704-9d8b-4fcf875d26ce.png └── spr_button_short.yy ├── spr_head_text ├── b65bf06a-4fcf-4449-a020-df76afe36c89.png ├── layers │ └── b65bf06a-4fcf-4449-a020-df76afe36c89 │ │ └── fa4a771f-cd3d-4faf-8563-bfa1de7b23f9.png └── spr_head_text.yy ├── spr_loading ├── 01c95042-ec96-4d6f-a7a0-8fc37a05c876.png ├── 0a02abbe-7131-40cd-9846-2714da34f39a.png ├── 2cf15f14-6d88-4d93-8a91-07e8f9549d64.png ├── 7c4e6ec8-3826-4738-9f94-9e97eed5c4f3.png ├── b4cae9ba-c89f-40be-9307-3cc3c77b061d.png ├── c95e4991-a209-4781-9724-ff2205914560.png ├── e22fd3cf-e182-4837-a60f-da6e56e09615.png ├── e4f15e44-d325-4cb3-b518-1fcc16a0de99.png ├── layers │ ├── 01c95042-ec96-4d6f-a7a0-8fc37a05c876 │ │ └── c584bada-b04e-4e2a-811e-c67295874556.png │ ├── 0a02abbe-7131-40cd-9846-2714da34f39a │ │ └── c584bada-b04e-4e2a-811e-c67295874556.png │ ├── 2cf15f14-6d88-4d93-8a91-07e8f9549d64 │ │ └── c584bada-b04e-4e2a-811e-c67295874556.png │ ├── 7c4e6ec8-3826-4738-9f94-9e97eed5c4f3 │ │ └── c584bada-b04e-4e2a-811e-c67295874556.png │ ├── b4cae9ba-c89f-40be-9307-3cc3c77b061d │ │ └── c584bada-b04e-4e2a-811e-c67295874556.png │ ├── c95e4991-a209-4781-9724-ff2205914560 │ │ └── c584bada-b04e-4e2a-811e-c67295874556.png │ ├── e22fd3cf-e182-4837-a60f-da6e56e09615 │ │ └── c584bada-b04e-4e2a-811e-c67295874556.png │ └── e4f15e44-d325-4cb3-b518-1fcc16a0de99 │ │ └── c584bada-b04e-4e2a-811e-c67295874556.png └── spr_loading.yy └── spr_temp ├── d3f293a4-1337-412b-9b76-c2e99ca6172a.png ├── layers └── d3f293a4-1337-412b-9b76-c2e99ca6172a │ └── ed7e4a4c-574d-4303-9d3b-0e6da463fbb5.png └── spr_temp.yy /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/.gitattributes -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/LICENSE -------------------------------------------------------------------------------- /YandexGames_Demo.resource_order: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/YandexGames_Demo.resource_order -------------------------------------------------------------------------------- /YandexGames_Demo.yyp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/YandexGames_Demo.yyp -------------------------------------------------------------------------------- /extensions/YaGames/YaGames.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/extensions/YaGames/YaGames.js -------------------------------------------------------------------------------- /extensions/YaGames/YaGames.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/extensions/YaGames/YaGames.yy -------------------------------------------------------------------------------- /extensions/browser_hdpi/browser_hdpi.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/extensions/browser_hdpi/browser_hdpi.gml -------------------------------------------------------------------------------- /extensions/browser_hdpi/browser_hdpi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/extensions/browser_hdpi/browser_hdpi.js -------------------------------------------------------------------------------- /extensions/browser_hdpi/browser_hdpi.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/extensions/browser_hdpi/browser_hdpi.yy -------------------------------------------------------------------------------- /fonts/fnt_header/fnt_header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/fonts/fnt_header/fnt_header.png -------------------------------------------------------------------------------- /fonts/fnt_header/fnt_header.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/fonts/fnt_header/fnt_header.yy -------------------------------------------------------------------------------- /fonts/fnt_header/fnt_header_text.old.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/fonts/fnt_header/fnt_header_text.old.png -------------------------------------------------------------------------------- /fonts/fnt_header/fnt_normal.old.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/fonts/fnt_header/fnt_normal.old.png -------------------------------------------------------------------------------- /fonts/fnt_header/fnt_normal.old.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/fonts/fnt_header/fnt_normal.old.yy -------------------------------------------------------------------------------- /fonts/fnt_header/fnt_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/fonts/fnt_header/fnt_normal.png -------------------------------------------------------------------------------- /fonts/fnt_normal/fnt_normal.old.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/fonts/fnt_normal/fnt_normal.old.png -------------------------------------------------------------------------------- /fonts/fnt_normal/fnt_normal.old.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/fonts/fnt_normal/fnt_normal.old.yy -------------------------------------------------------------------------------- /fonts/fnt_normal/fnt_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/fonts/fnt_normal/fnt_normal.png -------------------------------------------------------------------------------- /fonts/fnt_normal/fnt_normal.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/fonts/fnt_normal/fnt_normal.yy -------------------------------------------------------------------------------- /objects/obj_button_EventDispatch/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text += @"Event 3 | Dispatch"; -------------------------------------------------------------------------------- /objects/obj_button_EventDispatch/Mouse_7.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_EventDispatch/Mouse_7.gml -------------------------------------------------------------------------------- /objects/obj_button_EventDispatch/Other_70.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_EventDispatch/Other_70.gml -------------------------------------------------------------------------------- /objects/obj_button_EventDispatch/obj_button_EventDispatch.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_EventDispatch/obj_button_EventDispatch.yy -------------------------------------------------------------------------------- /objects/obj_button_EventOn/Alarm_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_EventOn/Alarm_0.gml -------------------------------------------------------------------------------- /objects/obj_button_EventOn/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text += @"Event 3 | On"; -------------------------------------------------------------------------------- /objects/obj_button_EventOn/Mouse_7.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_EventOn/Mouse_7.gml -------------------------------------------------------------------------------- /objects/obj_button_EventOn/Other_70.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_EventOn/Other_70.gml -------------------------------------------------------------------------------- /objects/obj_button_EventOn/obj_button_EventOn.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_EventOn/obj_button_EventOn.yy -------------------------------------------------------------------------------- /objects/obj_button_GameAPIGetAllGames/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text += @"Get All 3 | Games"; -------------------------------------------------------------------------------- /objects/obj_button_GameAPIGetAllGames/Mouse_7.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_GameAPIGetAllGames/Mouse_7.gml -------------------------------------------------------------------------------- /objects/obj_button_GameAPIGetAllGames/Other_70.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_GameAPIGetAllGames/Other_70.gml -------------------------------------------------------------------------------- /objects/obj_button_GameAPIGetAllGames/obj_button_GameAPIGetAllGames.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_GameAPIGetAllGames/obj_button_GameAPIGetAllGames.yy -------------------------------------------------------------------------------- /objects/obj_button_GameAPIGetGameByID/Create_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_GameAPIGetGameByID/Create_0.gml -------------------------------------------------------------------------------- /objects/obj_button_GameAPIGetGameByID/Mouse_7.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_GameAPIGetGameByID/Mouse_7.gml -------------------------------------------------------------------------------- /objects/obj_button_GameAPIGetGameByID/Other_63.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_GameAPIGetGameByID/Other_63.gml -------------------------------------------------------------------------------- /objects/obj_button_GameAPIGetGameByID/Other_70.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_GameAPIGetGameByID/Other_70.gml -------------------------------------------------------------------------------- /objects/obj_button_GameAPIGetGameByID/obj_button_GameAPIGetGameByID.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_GameAPIGetGameByID/obj_button_GameAPIGetGameByID.yy -------------------------------------------------------------------------------- /objects/obj_button_GameApiPauseAndResume/Create_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_GameApiPauseAndResume/Create_0.gml -------------------------------------------------------------------------------- /objects/obj_button_GameApiPauseAndResume/Other_70.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_GameApiPauseAndResume/Other_70.gml -------------------------------------------------------------------------------- /objects/obj_button_GameApiPauseAndResume/obj_button_GameApiPauseAndResume.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_GameApiPauseAndResume/obj_button_GameApiPauseAndResume.yy -------------------------------------------------------------------------------- /objects/obj_button_GameReadyOn/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text += @"Game 3 | Ready"; -------------------------------------------------------------------------------- /objects/obj_button_GameReadyOn/Mouse_7.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_GameReadyOn/Mouse_7.gml -------------------------------------------------------------------------------- /objects/obj_button_GameReadyOn/Other_70.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_GameReadyOn/Other_70.gml -------------------------------------------------------------------------------- /objects/obj_button_GameReadyOn/obj_button_GameReadyOn.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_GameReadyOn/obj_button_GameReadyOn.yy -------------------------------------------------------------------------------- /objects/obj_button_GameplayStart/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text += @"Gameplay 3 | Start"; -------------------------------------------------------------------------------- /objects/obj_button_GameplayStart/Mouse_7.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_GameplayStart/Mouse_7.gml -------------------------------------------------------------------------------- /objects/obj_button_GameplayStart/Other_70.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_GameplayStart/Other_70.gml -------------------------------------------------------------------------------- /objects/obj_button_GameplayStart/obj_button_GameplayStart.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_GameplayStart/obj_button_GameplayStart.yy -------------------------------------------------------------------------------- /objects/obj_button_GameplayStop/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text += @"Gameplay 3 | Stop"; -------------------------------------------------------------------------------- /objects/obj_button_GameplayStop/Mouse_7.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_GameplayStop/Mouse_7.gml -------------------------------------------------------------------------------- /objects/obj_button_GameplayStop/Other_70.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_GameplayStop/Other_70.gml -------------------------------------------------------------------------------- /objects/obj_button_GameplayStop/obj_button_GameplayStop.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_GameplayStop/obj_button_GameplayStop.yy -------------------------------------------------------------------------------- /objects/obj_button_GetAllFlags/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text += @"Get All 3 | Flags"; -------------------------------------------------------------------------------- /objects/obj_button_GetAllFlags/Mouse_7.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_GetAllFlags/Mouse_7.gml -------------------------------------------------------------------------------- /objects/obj_button_GetAllFlags/Other_70.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_GetAllFlags/Other_70.gml -------------------------------------------------------------------------------- /objects/obj_button_GetAllFlags/obj_button_GetAllFlags.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_GetAllFlags/obj_button_GetAllFlags.yy -------------------------------------------------------------------------------- /objects/obj_button_GetFlags_ClientFeatures/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text += @"Get Flags with 3 | Client Features"; -------------------------------------------------------------------------------- /objects/obj_button_GetFlags_ClientFeatures/Mouse_7.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_GetFlags_ClientFeatures/Mouse_7.gml -------------------------------------------------------------------------------- /objects/obj_button_GetFlags_ClientFeatures/Other_70.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_GetFlags_ClientFeatures/Other_70.gml -------------------------------------------------------------------------------- /objects/obj_button_GetFlags_ClientFeatures/obj_button_GetFlags_ClientFeatures.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_GetFlags_ClientFeatures/obj_button_GetFlags_ClientFeatures.yy -------------------------------------------------------------------------------- /objects/obj_button_GetFlags_DefaultFlags/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text += @"Get Flags 3 | with Default"; -------------------------------------------------------------------------------- /objects/obj_button_GetFlags_DefaultFlags/Mouse_7.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_GetFlags_DefaultFlags/Mouse_7.gml -------------------------------------------------------------------------------- /objects/obj_button_GetFlags_DefaultFlags/Other_70.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_GetFlags_DefaultFlags/Other_70.gml -------------------------------------------------------------------------------- /objects/obj_button_GetFlags_DefaultFlags/obj_button_GetFlags_DefaultFlags.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_GetFlags_DefaultFlags/obj_button_GetFlags_DefaultFlags.yy -------------------------------------------------------------------------------- /objects/obj_button_MultiplayerEventBased/Create_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_MultiplayerEventBased/Create_0.gml -------------------------------------------------------------------------------- /objects/obj_button_MultiplayerEventBased/Other_70.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_MultiplayerEventBased/Other_70.gml -------------------------------------------------------------------------------- /objects/obj_button_MultiplayerEventBased/obj_button_MultiplayerEventBased.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_MultiplayerEventBased/obj_button_MultiplayerEventBased.yy -------------------------------------------------------------------------------- /objects/obj_button_banner_getAdvStatus/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text += @"Banner 3 | Get status"; -------------------------------------------------------------------------------- /objects/obj_button_banner_getAdvStatus/Mouse_7.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_banner_getAdvStatus/Mouse_7.gml -------------------------------------------------------------------------------- /objects/obj_button_banner_getAdvStatus/Other_70.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_banner_getAdvStatus/Other_70.gml -------------------------------------------------------------------------------- /objects/obj_button_banner_getAdvStatus/obj_button_banner_getAdvStatus.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_banner_getAdvStatus/obj_button_banner_getAdvStatus.yy -------------------------------------------------------------------------------- /objects/obj_button_banner_hideAdv/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text += @"Banner 3 | Hide"; -------------------------------------------------------------------------------- /objects/obj_button_banner_hideAdv/Mouse_7.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_banner_hideAdv/Mouse_7.gml -------------------------------------------------------------------------------- /objects/obj_button_banner_hideAdv/Other_70.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_banner_hideAdv/Other_70.gml -------------------------------------------------------------------------------- /objects/obj_button_banner_hideAdv/obj_button_banner_hideAdv.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_banner_hideAdv/obj_button_banner_hideAdv.yy -------------------------------------------------------------------------------- /objects/obj_button_banner_showAdv/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text += @"Banner 3 | Show"; -------------------------------------------------------------------------------- /objects/obj_button_banner_showAdv/Mouse_7.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_banner_showAdv/Mouse_7.gml -------------------------------------------------------------------------------- /objects/obj_button_banner_showAdv/Other_70.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_banner_showAdv/Other_70.gml -------------------------------------------------------------------------------- /objects/obj_button_banner_showAdv/obj_button_banner_showAdv.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_banner_showAdv/obj_button_banner_showAdv.yy -------------------------------------------------------------------------------- /objects/obj_button_browserConsoleLog/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text += @"Copy to 3 | browser console"; -------------------------------------------------------------------------------- /objects/obj_button_browserConsoleLog/Mouse_7.gml: -------------------------------------------------------------------------------- 1 | if (is_clicked) { 2 | var _st = get_logs(); 3 | YaGames_browserConsoleLog(_st); 4 | }; -------------------------------------------------------------------------------- /objects/obj_button_browserConsoleLog/obj_button_browserConsoleLog.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_browserConsoleLog/obj_button_browserConsoleLog.yy -------------------------------------------------------------------------------- /objects/obj_button_exutFullscreen/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text += @"Fullscreen 3 | Exit"; -------------------------------------------------------------------------------- /objects/obj_button_exutFullscreen/Mouse_7.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_exutFullscreen/Mouse_7.gml -------------------------------------------------------------------------------- /objects/obj_button_exutFullscreen/Other_70.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_exutFullscreen/Other_70.gml -------------------------------------------------------------------------------- /objects/obj_button_exutFullscreen/obj_button_exutFullscreen.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_exutFullscreen/obj_button_exutFullscreen.yy -------------------------------------------------------------------------------- /objects/obj_button_getDeviceType/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text += @"Device 3 | Type"; 4 | dev_type = ""; -------------------------------------------------------------------------------- /objects/obj_button_getDeviceType/Draw_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getDeviceType/Draw_0.gml -------------------------------------------------------------------------------- /objects/obj_button_getDeviceType/Mouse_7.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getDeviceType/Mouse_7.gml -------------------------------------------------------------------------------- /objects/obj_button_getDeviceType/Other_70.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getDeviceType/Other_70.gml -------------------------------------------------------------------------------- /objects/obj_button_getDeviceType/obj_button_getDeviceType.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getDeviceType/obj_button_getDeviceType.yy -------------------------------------------------------------------------------- /objects/obj_button_getEnvironment/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text += @"Get Environment"; -------------------------------------------------------------------------------- /objects/obj_button_getEnvironment/Mouse_7.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getEnvironment/Mouse_7.gml -------------------------------------------------------------------------------- /objects/obj_button_getEnvironment/Other_70.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getEnvironment/Other_70.gml -------------------------------------------------------------------------------- /objects/obj_button_getEnvironment/obj_button_getEnvironment.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getEnvironment/obj_button_getEnvironment.yy -------------------------------------------------------------------------------- /objects/obj_button_getFeedbackCanReview/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text += @"Can 3 | Review"; -------------------------------------------------------------------------------- /objects/obj_button_getFeedbackCanReview/Mouse_7.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getFeedbackCanReview/Mouse_7.gml -------------------------------------------------------------------------------- /objects/obj_button_getFeedbackCanReview/Other_70.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getFeedbackCanReview/Other_70.gml -------------------------------------------------------------------------------- /objects/obj_button_getFeedbackCanReview/obj_button_getFeedbackCanReview.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getFeedbackCanReview/obj_button_getFeedbackCanReview.yy -------------------------------------------------------------------------------- /objects/obj_button_getFeedbackRequestReview/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text += @"Request 3 | Review"; -------------------------------------------------------------------------------- /objects/obj_button_getFeedbackRequestReview/Mouse_7.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getFeedbackRequestReview/Mouse_7.gml -------------------------------------------------------------------------------- /objects/obj_button_getFeedbackRequestReview/Other_70.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getFeedbackRequestReview/Other_70.gml -------------------------------------------------------------------------------- /objects/obj_button_getFeedbackRequestReview/obj_button_getFeedbackRequestReview.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getFeedbackRequestReview/obj_button_getFeedbackRequestReview.yy -------------------------------------------------------------------------------- /objects/obj_button_getFullscreenStatus/Create_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getFullscreenStatus/Create_0.gml -------------------------------------------------------------------------------- /objects/obj_button_getFullscreenStatus/Mouse_7.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getFullscreenStatus/Mouse_7.gml -------------------------------------------------------------------------------- /objects/obj_button_getFullscreenStatus/Other_70.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getFullscreenStatus/Other_70.gml -------------------------------------------------------------------------------- /objects/obj_button_getFullscreenStatus/obj_button_getFullscreenStatus.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getFullscreenStatus/obj_button_getFullscreenStatus.yy -------------------------------------------------------------------------------- /objects/obj_button_getLeaderboardByDescription/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text += @"Get 3 | Desc."; 4 | msg = -1; -------------------------------------------------------------------------------- /objects/obj_button_getLeaderboardByDescription/Mouse_7.gml: -------------------------------------------------------------------------------- 1 | if (is_clicked) { 2 | msg = get_string_async("Leaderboard Name","test"); 3 | }; -------------------------------------------------------------------------------- /objects/obj_button_getLeaderboardByDescription/Other_63.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getLeaderboardByDescription/Other_63.gml -------------------------------------------------------------------------------- /objects/obj_button_getLeaderboardByDescription/Other_70.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getLeaderboardByDescription/Other_70.gml -------------------------------------------------------------------------------- /objects/obj_button_getLeaderboardByDescription/obj_button_getLeaderboardByDescription.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getLeaderboardByDescription/obj_button_getLeaderboardByDescription.yy -------------------------------------------------------------------------------- /objects/obj_button_getLeaderboardsEntries/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text += @"Get 3 | Entries"; 4 | msg = -1; -------------------------------------------------------------------------------- /objects/obj_button_getLeaderboardsEntries/Mouse_7.gml: -------------------------------------------------------------------------------- 1 | if (is_clicked) { 2 | msg = get_string_async("Leaderboard Name","test"); 3 | }; -------------------------------------------------------------------------------- /objects/obj_button_getLeaderboardsEntries/Other_63.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getLeaderboardsEntries/Other_63.gml -------------------------------------------------------------------------------- /objects/obj_button_getLeaderboardsEntries/Other_70.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getLeaderboardsEntries/Other_70.gml -------------------------------------------------------------------------------- /objects/obj_button_getLeaderboardsEntries/obj_button_getLeaderboardsEntries.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getLeaderboardsEntries/obj_button_getLeaderboardsEntries.yy -------------------------------------------------------------------------------- /objects/obj_button_getLeaderboardsEntriesOptions/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text += @"Get Entries 3 | Custom options"; 4 | msg = -1; -------------------------------------------------------------------------------- /objects/obj_button_getLeaderboardsEntriesOptions/Mouse_7.gml: -------------------------------------------------------------------------------- 1 | if (is_clicked) { 2 | msg = get_string_async("Leaderboard Name","test"); 3 | }; -------------------------------------------------------------------------------- /objects/obj_button_getLeaderboardsEntriesOptions/Other_63.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getLeaderboardsEntriesOptions/Other_63.gml -------------------------------------------------------------------------------- /objects/obj_button_getLeaderboardsEntriesOptions/Other_70.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getLeaderboardsEntriesOptions/Other_70.gml -------------------------------------------------------------------------------- /objects/obj_button_getLeaderboardsEntriesOptions/obj_button_getLeaderboardsEntriesOptions.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getLeaderboardsEntriesOptions/obj_button_getLeaderboardsEntriesOptions.yy -------------------------------------------------------------------------------- /objects/obj_button_getLeaderboardsPlayerEntry/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text += @"Get Player 3 | Entry"; 4 | msg = -1; -------------------------------------------------------------------------------- /objects/obj_button_getLeaderboardsPlayerEntry/Mouse_7.gml: -------------------------------------------------------------------------------- 1 | if (is_clicked) { 2 | msg = get_string_async("Leaderboard Name","test"); 3 | }; -------------------------------------------------------------------------------- /objects/obj_button_getLeaderboardsPlayerEntry/Other_63.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getLeaderboardsPlayerEntry/Other_63.gml -------------------------------------------------------------------------------- /objects/obj_button_getLeaderboardsPlayerEntry/Other_70.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getLeaderboardsPlayerEntry/Other_70.gml -------------------------------------------------------------------------------- /objects/obj_button_getLeaderboardsPlayerEntry/obj_button_getLeaderboardsPlayerEntry.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getLeaderboardsPlayerEntry/obj_button_getLeaderboardsPlayerEntry.yy -------------------------------------------------------------------------------- /objects/obj_button_getLeaderboardsPlayerEntryAvatar/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text += @"Get Player 3 | Entry+Avatar"; 4 | msg = -1; -------------------------------------------------------------------------------- /objects/obj_button_getLeaderboardsPlayerEntryAvatar/Mouse_7.gml: -------------------------------------------------------------------------------- 1 | if (is_clicked) { 2 | msg = get_string_async("Leaderboard Name","test"); 3 | }; -------------------------------------------------------------------------------- /objects/obj_button_getLeaderboardsPlayerEntryAvatar/Other_63.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getLeaderboardsPlayerEntryAvatar/Other_63.gml -------------------------------------------------------------------------------- /objects/obj_button_getLeaderboardsPlayerEntryAvatar/Other_70.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getLeaderboardsPlayerEntryAvatar/Other_70.gml -------------------------------------------------------------------------------- /objects/obj_button_getLeaderboardsPlayerEntryAvatar/obj_button_getLeaderboardsPlayerEntryAvatar.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getLeaderboardsPlayerEntryAvatar/obj_button_getLeaderboardsPlayerEntryAvatar.yy -------------------------------------------------------------------------------- /objects/obj_button_getPayments_ConsumeAllPurchase/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text += @"Consume All 3 | Purchase"; 4 | msg = -1; -------------------------------------------------------------------------------- /objects/obj_button_getPayments_ConsumeAllPurchase/Mouse_7.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getPayments_ConsumeAllPurchase/Mouse_7.gml -------------------------------------------------------------------------------- /objects/obj_button_getPayments_ConsumeAllPurchase/Other_70.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getPayments_ConsumeAllPurchase/Other_70.gml -------------------------------------------------------------------------------- /objects/obj_button_getPayments_ConsumeAllPurchase/obj_button_getPayments_ConsumeAllPurchase.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getPayments_ConsumeAllPurchase/obj_button_getPayments_ConsumeAllPurchase.yy -------------------------------------------------------------------------------- /objects/obj_button_getPayments_ConsumePurchase/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text += @"Consume 3 | Purchase"; 4 | msg = -1; -------------------------------------------------------------------------------- /objects/obj_button_getPayments_ConsumePurchase/Mouse_7.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getPayments_ConsumePurchase/Mouse_7.gml -------------------------------------------------------------------------------- /objects/obj_button_getPayments_ConsumePurchase/Other_63.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getPayments_ConsumePurchase/Other_63.gml -------------------------------------------------------------------------------- /objects/obj_button_getPayments_ConsumePurchase/Other_70.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getPayments_ConsumePurchase/Other_70.gml -------------------------------------------------------------------------------- /objects/obj_button_getPayments_ConsumePurchase/obj_button_getPayments_ConsumePurchase.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getPayments_ConsumePurchase/obj_button_getPayments_ConsumePurchase.yy -------------------------------------------------------------------------------- /objects/obj_button_getPayments_GetCatalog/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text += @"Get 3 | Catalog"; 4 | msg = -1; -------------------------------------------------------------------------------- /objects/obj_button_getPayments_GetCatalog/Mouse_7.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getPayments_GetCatalog/Mouse_7.gml -------------------------------------------------------------------------------- /objects/obj_button_getPayments_GetCatalog/Other_70.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getPayments_GetCatalog/Other_70.gml -------------------------------------------------------------------------------- /objects/obj_button_getPayments_GetCatalog/obj_button_getPayments_GetCatalog.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getPayments_GetCatalog/obj_button_getPayments_GetCatalog.yy -------------------------------------------------------------------------------- /objects/obj_button_getPayments_GetPurchases/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text += @"Get 3 | Purchases"; 4 | msg = -1; -------------------------------------------------------------------------------- /objects/obj_button_getPayments_GetPurchases/Mouse_7.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getPayments_GetPurchases/Mouse_7.gml -------------------------------------------------------------------------------- /objects/obj_button_getPayments_GetPurchases/Other_70.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getPayments_GetPurchases/Other_70.gml -------------------------------------------------------------------------------- /objects/obj_button_getPayments_GetPurchases/obj_button_getPayments_GetPurchases.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getPayments_GetPurchases/obj_button_getPayments_GetPurchases.yy -------------------------------------------------------------------------------- /objects/obj_button_getPayments_Purchase/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text += @"Purchase 3 | request"; 4 | msg = -1; -------------------------------------------------------------------------------- /objects/obj_button_getPayments_Purchase/Mouse_7.gml: -------------------------------------------------------------------------------- 1 | if (is_clicked) { 2 | msg = get_string_async("Purchase request","test1"); 3 | }; -------------------------------------------------------------------------------- /objects/obj_button_getPayments_Purchase/Other_63.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getPayments_Purchase/Other_63.gml -------------------------------------------------------------------------------- /objects/obj_button_getPayments_Purchase/Other_70.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getPayments_Purchase/Other_70.gml -------------------------------------------------------------------------------- /objects/obj_button_getPayments_Purchase/obj_button_getPayments_Purchase.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getPayments_Purchase/obj_button_getPayments_Purchase.yy -------------------------------------------------------------------------------- /objects/obj_button_getPlayerAllData/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text += @"Get All 3 | Data"; 4 | msg = -1; -------------------------------------------------------------------------------- /objects/obj_button_getPlayerAllData/Mouse_7.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getPlayerAllData/Mouse_7.gml -------------------------------------------------------------------------------- /objects/obj_button_getPlayerAllData/Other_70.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getPlayerAllData/Other_70.gml -------------------------------------------------------------------------------- /objects/obj_button_getPlayerAllData/obj_button_getPlayerAllData.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getPlayerAllData/obj_button_getPlayerAllData.yy -------------------------------------------------------------------------------- /objects/obj_button_getPlayerAllStats/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text += @"Get All 3 | Stats"; 4 | msg = -1; -------------------------------------------------------------------------------- /objects/obj_button_getPlayerAllStats/Mouse_7.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getPlayerAllStats/Mouse_7.gml -------------------------------------------------------------------------------- /objects/obj_button_getPlayerAllStats/Other_70.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getPlayerAllStats/Other_70.gml -------------------------------------------------------------------------------- /objects/obj_button_getPlayerAllStats/obj_button_getPlayerAllStats.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getPlayerAllStats/obj_button_getPlayerAllStats.yy -------------------------------------------------------------------------------- /objects/obj_button_getPlayerData/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text += @"Get Data"; 3 | msg = -1; -------------------------------------------------------------------------------- /objects/obj_button_getPlayerData/Mouse_7.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getPlayerData/Mouse_7.gml -------------------------------------------------------------------------------- /objects/obj_button_getPlayerData/Other_70.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getPlayerData/Other_70.gml -------------------------------------------------------------------------------- /objects/obj_button_getPlayerData/obj_button_getPlayerData.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getPlayerData/obj_button_getPlayerData.yy -------------------------------------------------------------------------------- /objects/obj_button_getPlayerIDsPerGame/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text += @"Get IDs 3 | Per Game"; 4 | msg = -1; -------------------------------------------------------------------------------- /objects/obj_button_getPlayerIDsPerGame/Mouse_7.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getPlayerIDsPerGame/Mouse_7.gml -------------------------------------------------------------------------------- /objects/obj_button_getPlayerIDsPerGame/Other_70.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getPlayerIDsPerGame/Other_70.gml -------------------------------------------------------------------------------- /objects/obj_button_getPlayerIDsPerGame/obj_button_getPlayerIDsPerGame.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getPlayerIDsPerGame/obj_button_getPlayerIDsPerGame.yy -------------------------------------------------------------------------------- /objects/obj_button_getPlayerIsAuthorized/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text += @"Is Auth?"; 3 | msg = -1; -------------------------------------------------------------------------------- /objects/obj_button_getPlayerIsAuthorized/Mouse_7.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getPlayerIsAuthorized/Mouse_7.gml -------------------------------------------------------------------------------- /objects/obj_button_getPlayerIsAuthorized/Other_70.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getPlayerIsAuthorized/Other_70.gml -------------------------------------------------------------------------------- /objects/obj_button_getPlayerIsAuthorized/obj_button_getPlayerIsAuthorized.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getPlayerIsAuthorized/obj_button_getPlayerIsAuthorized.yy -------------------------------------------------------------------------------- /objects/obj_button_getPlayerName/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text += @"Get Name"; 3 | msg = -1; -------------------------------------------------------------------------------- /objects/obj_button_getPlayerName/Mouse_7.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getPlayerName/Mouse_7.gml -------------------------------------------------------------------------------- /objects/obj_button_getPlayerName/Other_70.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getPlayerName/Other_70.gml -------------------------------------------------------------------------------- /objects/obj_button_getPlayerName/obj_button_getPlayerName.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getPlayerName/obj_button_getPlayerName.yy -------------------------------------------------------------------------------- /objects/obj_button_getPlayerPayingStatus/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text += @"Get Paying 3 | Status"; 4 | msg = -1; -------------------------------------------------------------------------------- /objects/obj_button_getPlayerPayingStatus/Mouse_7.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getPlayerPayingStatus/Mouse_7.gml -------------------------------------------------------------------------------- /objects/obj_button_getPlayerPayingStatus/Other_70.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getPlayerPayingStatus/Other_70.gml -------------------------------------------------------------------------------- /objects/obj_button_getPlayerPayingStatus/obj_button_getPlayerPayingStatus.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getPlayerPayingStatus/obj_button_getPlayerPayingStatus.yy -------------------------------------------------------------------------------- /objects/obj_button_getPlayerPhoto/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text += @"Get Photo"; 3 | msg = -1; -------------------------------------------------------------------------------- /objects/obj_button_getPlayerPhoto/Mouse_7.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getPlayerPhoto/Mouse_7.gml -------------------------------------------------------------------------------- /objects/obj_button_getPlayerPhoto/Other_70.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getPlayerPhoto/Other_70.gml -------------------------------------------------------------------------------- /objects/obj_button_getPlayerPhoto/obj_button_getPlayerPhoto.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getPlayerPhoto/obj_button_getPlayerPhoto.yy -------------------------------------------------------------------------------- /objects/obj_button_getPlayerSignature/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text += @"Get 3 | Signature"; 4 | msg = -1; -------------------------------------------------------------------------------- /objects/obj_button_getPlayerSignature/Mouse_7.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getPlayerSignature/Mouse_7.gml -------------------------------------------------------------------------------- /objects/obj_button_getPlayerSignature/Other_70.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getPlayerSignature/Other_70.gml -------------------------------------------------------------------------------- /objects/obj_button_getPlayerSignature/obj_button_getPlayerSignature.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getPlayerSignature/obj_button_getPlayerSignature.yy -------------------------------------------------------------------------------- /objects/obj_button_getPlayerStats/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text += @"Get Stats"; 3 | msg = -1; -------------------------------------------------------------------------------- /objects/obj_button_getPlayerStats/Mouse_7.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getPlayerStats/Mouse_7.gml -------------------------------------------------------------------------------- /objects/obj_button_getPlayerStats/Other_70.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getPlayerStats/Other_70.gml -------------------------------------------------------------------------------- /objects/obj_button_getPlayerStats/obj_button_getPlayerStats.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getPlayerStats/obj_button_getPlayerStats.yy -------------------------------------------------------------------------------- /objects/obj_button_getPlayerUniqueID/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text += @"Get Unique 3 | ID"; 4 | msg = -1; -------------------------------------------------------------------------------- /objects/obj_button_getPlayerUniqueID/Mouse_7.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getPlayerUniqueID/Mouse_7.gml -------------------------------------------------------------------------------- /objects/obj_button_getPlayerUniqueID/Other_70.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getPlayerUniqueID/Other_70.gml -------------------------------------------------------------------------------- /objects/obj_button_getPlayerUniqueID/obj_button_getPlayerUniqueID.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getPlayerUniqueID/obj_button_getPlayerUniqueID.yy -------------------------------------------------------------------------------- /objects/obj_button_getServerTime/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text += @"Server 3 | Time"; -------------------------------------------------------------------------------- /objects/obj_button_getServerTime/Mouse_7.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getServerTime/Mouse_7.gml -------------------------------------------------------------------------------- /objects/obj_button_getServerTime/Other_70.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getServerTime/Other_70.gml -------------------------------------------------------------------------------- /objects/obj_button_getServerTime/obj_button_getServerTime.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_getServerTime/obj_button_getServerTime.yy -------------------------------------------------------------------------------- /objects/obj_button_initPayments/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text += @"Payments 3 | init"; -------------------------------------------------------------------------------- /objects/obj_button_initPayments/Mouse_7.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_initPayments/Mouse_7.gml -------------------------------------------------------------------------------- /objects/obj_button_initPayments/Other_70.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_initPayments/Other_70.gml -------------------------------------------------------------------------------- /objects/obj_button_initPayments/obj_button_initPayments.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_initPayments/obj_button_initPayments.yy -------------------------------------------------------------------------------- /objects/obj_button_initPlayer/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text += @"Player 3 | init"; 4 | msg = -1; -------------------------------------------------------------------------------- /objects/obj_button_initPlayer/Mouse_7.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_initPlayer/Mouse_7.gml -------------------------------------------------------------------------------- /objects/obj_button_initPlayer/Other_63.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_initPlayer/Other_63.gml -------------------------------------------------------------------------------- /objects/obj_button_initPlayer/Other_70.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_initPlayer/Other_70.gml -------------------------------------------------------------------------------- /objects/obj_button_initPlayer/obj_button_initPlayer.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_initPlayer/obj_button_initPlayer.yy -------------------------------------------------------------------------------- /objects/obj_button_isInit/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text += "SDK isInit?"; -------------------------------------------------------------------------------- /objects/obj_button_isInit/Mouse_7.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_isInit/Mouse_7.gml -------------------------------------------------------------------------------- /objects/obj_button_isInit/obj_button_isInit.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_isInit/obj_button_isInit.yy -------------------------------------------------------------------------------- /objects/obj_button_log_clear/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text += @"Clear 3 | log"; -------------------------------------------------------------------------------- /objects/obj_button_log_clear/Mouse_7.gml: -------------------------------------------------------------------------------- 1 | if (is_clicked) { 2 | clear_log(); 3 | }; -------------------------------------------------------------------------------- /objects/obj_button_log_clear/obj_button_log_clear.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_log_clear/obj_button_log_clear.yy -------------------------------------------------------------------------------- /objects/obj_button_multiplayerRecordingGameSession/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text += @"Recording 3 | Game Session"; 4 | msg = -1; -------------------------------------------------------------------------------- /objects/obj_button_multiplayerRecordingGameSession/Mouse_7.gml: -------------------------------------------------------------------------------- 1 | if (is_clicked) { 2 | msg = get_integer_async("The value of the \"health\" parameter", 100); 3 | }; 4 | -------------------------------------------------------------------------------- /objects/obj_button_multiplayerRecordingGameSession/Other_63.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_multiplayerRecordingGameSession/Other_63.gml -------------------------------------------------------------------------------- /objects/obj_button_multiplayerRecordingGameSession/Other_70.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_multiplayerRecordingGameSession/Other_70.gml -------------------------------------------------------------------------------- /objects/obj_button_multiplayerRecordingGameSession/obj_button_multiplayerRecordingGameSession.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_multiplayerRecordingGameSession/obj_button_multiplayerRecordingGameSession.yy -------------------------------------------------------------------------------- /objects/obj_button_multiplayerSaveGameSession/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text += @"Save 3 | Game Session"; 4 | msg = -1; -------------------------------------------------------------------------------- /objects/obj_button_multiplayerSaveGameSession/Mouse_7.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_multiplayerSaveGameSession/Mouse_7.gml -------------------------------------------------------------------------------- /objects/obj_button_multiplayerSaveGameSession/Other_63.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_multiplayerSaveGameSession/Other_63.gml -------------------------------------------------------------------------------- /objects/obj_button_multiplayerSaveGameSession/Other_70.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_multiplayerSaveGameSession/Other_70.gml -------------------------------------------------------------------------------- /objects/obj_button_multiplayerSaveGameSession/obj_button_multiplayerSaveGameSession.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_multiplayerSaveGameSession/obj_button_multiplayerSaveGameSession.yy -------------------------------------------------------------------------------- /objects/obj_button_multiplayerSessionsInit/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text += @"Sessions 3 | Init"; 4 | msg = -1; -------------------------------------------------------------------------------- /objects/obj_button_multiplayerSessionsInit/Mouse_7.gml: -------------------------------------------------------------------------------- 1 | if (is_clicked) { 2 | msg = get_integer_async("Is Event Based?", 1); 3 | }; 4 | -------------------------------------------------------------------------------- /objects/obj_button_multiplayerSessionsInit/Other_63.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_multiplayerSessionsInit/Other_63.gml -------------------------------------------------------------------------------- /objects/obj_button_multiplayerSessionsInit/Other_70.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_multiplayerSessionsInit/Other_70.gml -------------------------------------------------------------------------------- /objects/obj_button_multiplayerSessionsInit/obj_button_multiplayerSessionsInit.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_multiplayerSessionsInit/obj_button_multiplayerSessionsInit.yy -------------------------------------------------------------------------------- /objects/obj_button_oauth/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text += @"Authorization"; -------------------------------------------------------------------------------- /objects/obj_button_oauth/Mouse_7.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_oauth/Mouse_7.gml -------------------------------------------------------------------------------- /objects/obj_button_oauth/Other_70.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_oauth/Other_70.gml -------------------------------------------------------------------------------- /objects/obj_button_oauth/obj_button_oauth.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_oauth/obj_button_oauth.yy -------------------------------------------------------------------------------- /objects/obj_button_pageReload/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text += @"Page 3 | reload"; -------------------------------------------------------------------------------- /objects/obj_button_pageReload/Mouse_7.gml: -------------------------------------------------------------------------------- 1 | if (is_clicked) { 2 | YaGames_pageReload(); 3 | }; -------------------------------------------------------------------------------- /objects/obj_button_pageReload/obj_button_pageReload.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_pageReload/obj_button_pageReload.yy -------------------------------------------------------------------------------- /objects/obj_button_parent/Create_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_parent/Create_0.gml -------------------------------------------------------------------------------- /objects/obj_button_parent/Draw_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_parent/Draw_0.gml -------------------------------------------------------------------------------- /objects/obj_button_parent/Mouse_4.gml: -------------------------------------------------------------------------------- 1 | if (!is_disabled) { 2 | is_clicked = true; 3 | } -------------------------------------------------------------------------------- /objects/obj_button_parent/Mouse_56.gml: -------------------------------------------------------------------------------- 1 | is_clicked = false; -------------------------------------------------------------------------------- /objects/obj_button_parent/Step_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_parent/Step_0.gml -------------------------------------------------------------------------------- /objects/obj_button_parent/obj_button_parent.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_parent/obj_button_parent.yy -------------------------------------------------------------------------------- /objects/obj_button_requestFullscreen/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text += @"Fullscreen 3 | Request"; -------------------------------------------------------------------------------- /objects/obj_button_requestFullscreen/Mouse_7.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_requestFullscreen/Mouse_7.gml -------------------------------------------------------------------------------- /objects/obj_button_requestFullscreen/Other_70.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_requestFullscreen/Other_70.gml -------------------------------------------------------------------------------- /objects/obj_button_requestFullscreen/obj_button_requestFullscreen.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_requestFullscreen/obj_button_requestFullscreen.yy -------------------------------------------------------------------------------- /objects/obj_button_setConsoleDebugMode/Create_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_setConsoleDebugMode/Create_0.gml -------------------------------------------------------------------------------- /objects/obj_button_setConsoleDebugMode/Mouse_7.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_setConsoleDebugMode/Mouse_7.gml -------------------------------------------------------------------------------- /objects/obj_button_setConsoleDebugMode/obj_button_setConsoleDebugMode.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_setConsoleDebugMode/obj_button_setConsoleDebugMode.yy -------------------------------------------------------------------------------- /objects/obj_button_setLeaderboardsScore/Create_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_setLeaderboardsScore/Create_0.gml -------------------------------------------------------------------------------- /objects/obj_button_setLeaderboardsScore/Mouse_7.gml: -------------------------------------------------------------------------------- 1 | if (is_clicked) { 2 | msg = get_string_async("Leaderboard Name","test"); 3 | }; 4 | -------------------------------------------------------------------------------- /objects/obj_button_setLeaderboardsScore/Other_63.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_setLeaderboardsScore/Other_63.gml -------------------------------------------------------------------------------- /objects/obj_button_setLeaderboardsScore/Other_70.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_setLeaderboardsScore/Other_70.gml -------------------------------------------------------------------------------- /objects/obj_button_setLeaderboardsScore/obj_button_setLeaderboardsScore.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_setLeaderboardsScore/obj_button_setLeaderboardsScore.yy -------------------------------------------------------------------------------- /objects/obj_button_setLeaderboardsScoreExtraData/Create_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_setLeaderboardsScoreExtraData/Create_0.gml -------------------------------------------------------------------------------- /objects/obj_button_setLeaderboardsScoreExtraData/Mouse_7.gml: -------------------------------------------------------------------------------- 1 | if (is_clicked) { 2 | msg = get_string_async("Leaderboard Name","test"); 3 | }; 4 | -------------------------------------------------------------------------------- /objects/obj_button_setLeaderboardsScoreExtraData/Other_63.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_setLeaderboardsScoreExtraData/Other_63.gml -------------------------------------------------------------------------------- /objects/obj_button_setLeaderboardsScoreExtraData/Other_70.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_setLeaderboardsScoreExtraData/Other_70.gml -------------------------------------------------------------------------------- /objects/obj_button_setLeaderboardsScoreExtraData/obj_button_setLeaderboardsScoreExtraData.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_setLeaderboardsScoreExtraData/obj_button_setLeaderboardsScoreExtraData.yy -------------------------------------------------------------------------------- /objects/obj_button_setPlayerData/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text += @"Set Data"; 3 | msg = -1; -------------------------------------------------------------------------------- /objects/obj_button_setPlayerData/Mouse_7.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_setPlayerData/Mouse_7.gml -------------------------------------------------------------------------------- /objects/obj_button_setPlayerData/Other_70.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_setPlayerData/Other_70.gml -------------------------------------------------------------------------------- /objects/obj_button_setPlayerData/obj_button_setPlayerData.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_setPlayerData/obj_button_setPlayerData.yy -------------------------------------------------------------------------------- /objects/obj_button_setPlayerIncrementStats/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text += @"Increment 3 | Stats"; 4 | msg = -1; -------------------------------------------------------------------------------- /objects/obj_button_setPlayerIncrementStats/Mouse_7.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_setPlayerIncrementStats/Mouse_7.gml -------------------------------------------------------------------------------- /objects/obj_button_setPlayerIncrementStats/Other_70.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_setPlayerIncrementStats/Other_70.gml -------------------------------------------------------------------------------- /objects/obj_button_setPlayerIncrementStats/obj_button_setPlayerIncrementStats.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_setPlayerIncrementStats/obj_button_setPlayerIncrementStats.yy -------------------------------------------------------------------------------- /objects/obj_button_setPlayerStats/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text += @"Set Stats"; 3 | msg = -1; -------------------------------------------------------------------------------- /objects/obj_button_setPlayerStats/Mouse_7.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_setPlayerStats/Mouse_7.gml -------------------------------------------------------------------------------- /objects/obj_button_setPlayerStats/Other_70.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_setPlayerStats/Other_70.gml -------------------------------------------------------------------------------- /objects/obj_button_setPlayerStats/obj_button_setPlayerStats.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_setPlayerStats/obj_button_setPlayerStats.yy -------------------------------------------------------------------------------- /objects/obj_button_setToClipboard/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text += @"Copy to 3 | clipboard"; -------------------------------------------------------------------------------- /objects/obj_button_setToClipboard/Mouse_7.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_setToClipboard/Mouse_7.gml -------------------------------------------------------------------------------- /objects/obj_button_setToClipboard/Other_70.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_setToClipboard/Other_70.gml -------------------------------------------------------------------------------- /objects/obj_button_setToClipboard/obj_button_setToClipboard.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_setToClipboard/obj_button_setToClipboard.yy -------------------------------------------------------------------------------- /objects/obj_button_shortcut_CanShowPrompt/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text += @"Shortcut 3 | Can Show"; -------------------------------------------------------------------------------- /objects/obj_button_shortcut_CanShowPrompt/Mouse_7.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_shortcut_CanShowPrompt/Mouse_7.gml -------------------------------------------------------------------------------- /objects/obj_button_shortcut_CanShowPrompt/Other_70.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_shortcut_CanShowPrompt/Other_70.gml -------------------------------------------------------------------------------- /objects/obj_button_shortcut_CanShowPrompt/obj_button_shortcut_CanShowPrompt.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_shortcut_CanShowPrompt/obj_button_shortcut_CanShowPrompt.yy -------------------------------------------------------------------------------- /objects/obj_button_shortcut_ShowPrompt/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text += @"Shortcut 3 | Show Prompt"; -------------------------------------------------------------------------------- /objects/obj_button_shortcut_ShowPrompt/Mouse_7.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_shortcut_ShowPrompt/Mouse_7.gml -------------------------------------------------------------------------------- /objects/obj_button_shortcut_ShowPrompt/Other_70.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_shortcut_ShowPrompt/Other_70.gml -------------------------------------------------------------------------------- /objects/obj_button_shortcut_ShowPrompt/obj_button_shortcut_ShowPrompt.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_shortcut_ShowPrompt/obj_button_shortcut_ShowPrompt.yy -------------------------------------------------------------------------------- /objects/obj_button_showFullscreenAds/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text += @"Fullscreen 3 | Ads"; -------------------------------------------------------------------------------- /objects/obj_button_showFullscreenAds/Mouse_7.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_showFullscreenAds/Mouse_7.gml -------------------------------------------------------------------------------- /objects/obj_button_showFullscreenAds/Other_70.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_showFullscreenAds/Other_70.gml -------------------------------------------------------------------------------- /objects/obj_button_showFullscreenAds/obj_button_showFullscreenAds.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_showFullscreenAds/obj_button_showFullscreenAds.yy -------------------------------------------------------------------------------- /objects/obj_button_showRewardVideo/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text += @"Video 3 | Ads"; -------------------------------------------------------------------------------- /objects/obj_button_showRewardVideo/Mouse_7.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_showRewardVideo/Mouse_7.gml -------------------------------------------------------------------------------- /objects/obj_button_showRewardVideo/Other_70.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_showRewardVideo/Other_70.gml -------------------------------------------------------------------------------- /objects/obj_button_showRewardVideo/obj_button_showRewardVideo.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_button_showRewardVideo/obj_button_showRewardVideo.yy -------------------------------------------------------------------------------- /objects/obj_childrenPayments_parent/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | is_disabled = !debug_mode; -------------------------------------------------------------------------------- /objects/obj_childrenPayments_parent/obj_childrenPayments_parent.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_childrenPayments_parent/obj_childrenPayments_parent.yy -------------------------------------------------------------------------------- /objects/obj_childrenPlayer_parent/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | is_disabled = !debug_mode; -------------------------------------------------------------------------------- /objects/obj_childrenPlayer_parent/obj_childrenPlayer_parent.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_childrenPlayer_parent/obj_childrenPlayer_parent.yy -------------------------------------------------------------------------------- /objects/obj_game_init/Alarm_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_game_init/Alarm_0.gml -------------------------------------------------------------------------------- /objects/obj_game_init/Create_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_game_init/Create_0.gml -------------------------------------------------------------------------------- /objects/obj_game_init/obj_game_init.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_game_init/obj_game_init.yy -------------------------------------------------------------------------------- /objects/obj_header_advertisement/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text = string_upper("advertisement"); -------------------------------------------------------------------------------- /objects/obj_header_advertisement/obj_header_advertisement.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_header_advertisement/obj_header_advertisement.yy -------------------------------------------------------------------------------- /objects/obj_header_device_info/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text = string_upper("device info"); -------------------------------------------------------------------------------- /objects/obj_header_device_info/obj_header_device_info.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_header_device_info/obj_header_device_info.yy -------------------------------------------------------------------------------- /objects/obj_header_feedback/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text = string_upper("feedback"); -------------------------------------------------------------------------------- /objects/obj_header_feedback/obj_header_feedback.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_header_feedback/obj_header_feedback.yy -------------------------------------------------------------------------------- /objects/obj_header_flags/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text = string_upper("flags"); -------------------------------------------------------------------------------- /objects/obj_header_flags/obj_header_flags.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_header_flags/obj_header_flags.yy -------------------------------------------------------------------------------- /objects/obj_header_fullscreen/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text = string_upper("fullscreen"); -------------------------------------------------------------------------------- /objects/obj_header_fullscreen/obj_header_fullscreen.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_header_fullscreen/obj_header_fullscreen.yy -------------------------------------------------------------------------------- /objects/obj_header_gameplay/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text = string_upper("Game"); -------------------------------------------------------------------------------- /objects/obj_header_gameplay/obj_header_gameplay.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_header_gameplay/obj_header_gameplay.yy -------------------------------------------------------------------------------- /objects/obj_header_general/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text = string_upper("general"); -------------------------------------------------------------------------------- /objects/obj_header_general/obj_header_general.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_header_general/obj_header_general.yy -------------------------------------------------------------------------------- /objects/obj_header_leaderboards/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text = string_upper("leaderboards"); -------------------------------------------------------------------------------- /objects/obj_header_leaderboards/obj_header_leaderboards.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_header_leaderboards/obj_header_leaderboards.yy -------------------------------------------------------------------------------- /objects/obj_header_log/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text = string_upper("log"); -------------------------------------------------------------------------------- /objects/obj_header_log/obj_header_log.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_header_log/obj_header_log.yy -------------------------------------------------------------------------------- /objects/obj_header_multiplayer/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text = string_upper("Multiplayer"); -------------------------------------------------------------------------------- /objects/obj_header_multiplayer/obj_header_multiplayer.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_header_multiplayer/obj_header_multiplayer.yy -------------------------------------------------------------------------------- /objects/obj_header_parent/Create_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_header_parent/Create_0.gml -------------------------------------------------------------------------------- /objects/obj_header_parent/Draw_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_header_parent/Draw_0.gml -------------------------------------------------------------------------------- /objects/obj_header_parent/obj_header_parent.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_header_parent/obj_header_parent.yy -------------------------------------------------------------------------------- /objects/obj_header_payments/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text = string_upper("payments"); -------------------------------------------------------------------------------- /objects/obj_header_payments/obj_header_payments.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_header_payments/obj_header_payments.yy -------------------------------------------------------------------------------- /objects/obj_header_player/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text = string_upper("player"); -------------------------------------------------------------------------------- /objects/obj_header_player/obj_header_player.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_header_player/obj_header_player.yy -------------------------------------------------------------------------------- /objects/obj_header_shortcut/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); 2 | text = string_upper("Shortcut"); -------------------------------------------------------------------------------- /objects/obj_header_shortcut/obj_header_shortcut.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_header_shortcut/obj_header_shortcut.yy -------------------------------------------------------------------------------- /objects/obj_log_output/Create_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_log_output/Create_0.gml -------------------------------------------------------------------------------- /objects/obj_log_output/Draw_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_log_output/Draw_0.gml -------------------------------------------------------------------------------- /objects/obj_log_output/obj_log_output.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_log_output/obj_log_output.yy -------------------------------------------------------------------------------- /objects/obj_web_game_resize/Create_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_web_game_resize/Create_0.gml -------------------------------------------------------------------------------- /objects/obj_web_game_resize/Step_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_web_game_resize/Step_0.gml -------------------------------------------------------------------------------- /objects/obj_web_game_resize/obj_web_game_resize.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/objects/obj_web_game_resize/obj_web_game_resize.yy -------------------------------------------------------------------------------- /options/amazonfire/icons/hdpi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/options/amazonfire/icons/hdpi.png -------------------------------------------------------------------------------- /options/amazonfire/icons/ldpi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/options/amazonfire/icons/ldpi.png -------------------------------------------------------------------------------- /options/amazonfire/icons/mdpi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/options/amazonfire/icons/mdpi.png -------------------------------------------------------------------------------- /options/amazonfire/icons/xhdpi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/options/amazonfire/icons/xhdpi.png -------------------------------------------------------------------------------- /options/amazonfire/icons/xxhdpi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/options/amazonfire/icons/xxhdpi.png -------------------------------------------------------------------------------- /options/amazonfire/icons/xxxhdpi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/options/amazonfire/icons/xxxhdpi.png -------------------------------------------------------------------------------- /options/amazonfire/options_amazonfire.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/options/amazonfire/options_amazonfire.yy -------------------------------------------------------------------------------- /options/android/icons/hdpi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/options/android/icons/hdpi.png -------------------------------------------------------------------------------- /options/android/icons/ldpi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/options/android/icons/ldpi.png -------------------------------------------------------------------------------- /options/android/icons/mdpi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/options/android/icons/mdpi.png -------------------------------------------------------------------------------- /options/android/icons/xhdpi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/options/android/icons/xhdpi.png -------------------------------------------------------------------------------- /options/android/icons/xxhdpi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/options/android/icons/xxhdpi.png -------------------------------------------------------------------------------- /options/android/icons/xxxhdpi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/options/android/icons/xxxhdpi.png -------------------------------------------------------------------------------- /options/android/options_android.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/options/android/options_android.yy -------------------------------------------------------------------------------- /options/extensions/GamePush.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/options/extensions/GamePush.json -------------------------------------------------------------------------------- /options/extensions/YaGames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/options/extensions/YaGames.json -------------------------------------------------------------------------------- /options/extensions/browser_hdpi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/options/extensions/browser_hdpi.json -------------------------------------------------------------------------------- /options/html5/fav.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/options/html5/fav.ico -------------------------------------------------------------------------------- /options/html5/options_html5.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/options/html5/options_html5.yy -------------------------------------------------------------------------------- /options/ios/icons/app/ipad_152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/options/ios/icons/app/ipad_152.png -------------------------------------------------------------------------------- /options/ios/icons/app/ipad_76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/options/ios/icons/app/ipad_76.png -------------------------------------------------------------------------------- /options/ios/icons/app/ipad_pro_167.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/options/ios/icons/app/ipad_pro_167.png -------------------------------------------------------------------------------- /options/ios/icons/app/iphone_120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/options/ios/icons/app/iphone_120.png -------------------------------------------------------------------------------- /options/ios/icons/app/iphone_180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/options/ios/icons/app/iphone_180.png -------------------------------------------------------------------------------- /options/ios/icons/itunes/itunes_1024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/options/ios/icons/itunes/itunes_1024.png -------------------------------------------------------------------------------- /options/ios/icons/notification/ipad_20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/options/ios/icons/notification/ipad_20.png -------------------------------------------------------------------------------- /options/ios/icons/notification/ipad_40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/options/ios/icons/notification/ipad_40.png -------------------------------------------------------------------------------- /options/ios/icons/notification/iphone_40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/options/ios/icons/notification/iphone_40.png -------------------------------------------------------------------------------- /options/ios/icons/notification/iphone_60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/options/ios/icons/notification/iphone_60.png -------------------------------------------------------------------------------- /options/ios/icons/settings/ipad_29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/options/ios/icons/settings/ipad_29.png -------------------------------------------------------------------------------- /options/ios/icons/settings/ipad_58.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/options/ios/icons/settings/ipad_58.png -------------------------------------------------------------------------------- /options/ios/icons/settings/iphone_58.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/options/ios/icons/settings/iphone_58.png -------------------------------------------------------------------------------- /options/ios/icons/settings/iphone_87.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/options/ios/icons/settings/iphone_87.png -------------------------------------------------------------------------------- /options/ios/icons/spotlight/ipad_40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/options/ios/icons/spotlight/ipad_40.png -------------------------------------------------------------------------------- /options/ios/icons/spotlight/ipad_80.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/options/ios/icons/spotlight/ipad_80.png -------------------------------------------------------------------------------- /options/ios/icons/spotlight/iphone_120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/options/ios/icons/spotlight/iphone_120.png -------------------------------------------------------------------------------- /options/ios/icons/spotlight/iphone_80.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/options/ios/icons/spotlight/iphone_80.png -------------------------------------------------------------------------------- /options/ios/options_ios.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/options/ios/options_ios.yy -------------------------------------------------------------------------------- /options/linux/icons/64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/options/linux/icons/64.png -------------------------------------------------------------------------------- /options/linux/options_linux.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/options/linux/options_linux.yy -------------------------------------------------------------------------------- /options/mac/icons/1024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/options/mac/icons/1024.png -------------------------------------------------------------------------------- /options/mac/options_mac.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/options/mac/options_mac.yy -------------------------------------------------------------------------------- /options/mac/splash/installer_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/options/mac/splash/installer_background.png -------------------------------------------------------------------------------- /options/main/inherited/options_main.inherited.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/options/main/inherited/options_main.inherited.yy -------------------------------------------------------------------------------- /options/main/options_main.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/options/main/options_main.yy -------------------------------------------------------------------------------- /options/main/template_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/options/main/template_icon.png -------------------------------------------------------------------------------- /options/operagx/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/options/operagx/icon.png -------------------------------------------------------------------------------- /options/operagx/options_operagx.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/options/operagx/options_operagx.yy -------------------------------------------------------------------------------- /options/tvos/icons/1280.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/options/tvos/icons/1280.png -------------------------------------------------------------------------------- /options/tvos/icons/400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/options/tvos/icons/400.png -------------------------------------------------------------------------------- /options/tvos/icons/400_2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/options/tvos/icons/400_2x.png -------------------------------------------------------------------------------- /options/tvos/options_tvos.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/options/tvos/options_tvos.yy -------------------------------------------------------------------------------- /options/windows/icons/icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/options/windows/icons/icon.ico -------------------------------------------------------------------------------- /options/windows/options_windows.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/options/windows/options_windows.yy -------------------------------------------------------------------------------- /readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/readme.txt -------------------------------------------------------------------------------- /rooms/room_demo/RoomCreationCode.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/rooms/room_demo/RoomCreationCode.gml -------------------------------------------------------------------------------- /rooms/room_demo/room_demo.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/rooms/room_demo/room_demo.yy -------------------------------------------------------------------------------- /rooms/room_init/room_init.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/rooms/room_init/room_init.yy -------------------------------------------------------------------------------- /scripts/UnixTime/UnixTime.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/scripts/UnixTime/UnixTime.gml -------------------------------------------------------------------------------- /scripts/UnixTime/UnixTime.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/scripts/UnixTime/UnixTime.yy -------------------------------------------------------------------------------- /scripts/clear_log/clear_log.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/scripts/clear_log/clear_log.gml -------------------------------------------------------------------------------- /scripts/clear_log/clear_log.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/scripts/clear_log/clear_log.yy -------------------------------------------------------------------------------- /scripts/convert_datetime_to_iso8601/convert_datetime_to_iso8601.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/scripts/convert_datetime_to_iso8601/convert_datetime_to_iso8601.gml -------------------------------------------------------------------------------- /scripts/convert_datetime_to_iso8601/convert_datetime_to_iso8601.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/scripts/convert_datetime_to_iso8601/convert_datetime_to_iso8601.yy -------------------------------------------------------------------------------- /scripts/convert_iso8601_to_datetime/convert_iso8601_to_datetime.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/scripts/convert_iso8601_to_datetime/convert_iso8601_to_datetime.gml -------------------------------------------------------------------------------- /scripts/convert_iso8601_to_datetime/convert_iso8601_to_datetime.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/scripts/convert_iso8601_to_datetime/convert_iso8601_to_datetime.yy -------------------------------------------------------------------------------- /scripts/get_logs/get_logs.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/scripts/get_logs/get_logs.gml -------------------------------------------------------------------------------- /scripts/get_logs/get_logs.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/scripts/get_logs/get_logs.yy -------------------------------------------------------------------------------- /scripts/isMap/isMap.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/scripts/isMap/isMap.gml -------------------------------------------------------------------------------- /scripts/isMap/isMap.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/scripts/isMap/isMap.yy -------------------------------------------------------------------------------- /scripts/log/log.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/scripts/log/log.gml -------------------------------------------------------------------------------- /scripts/log/log.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/scripts/log/log.yy -------------------------------------------------------------------------------- /sprites/spr_button/84a1053b-7893-4dea-b194-af591aa915cd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/sprites/spr_button/84a1053b-7893-4dea-b194-af591aa915cd.png -------------------------------------------------------------------------------- /sprites/spr_button/layers/84a1053b-7893-4dea-b194-af591aa915cd/f76bc3a3-31bb-4498-af8f-c0a474e9bcbc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/sprites/spr_button/layers/84a1053b-7893-4dea-b194-af591aa915cd/f76bc3a3-31bb-4498-af8f-c0a474e9bcbc.png -------------------------------------------------------------------------------- /sprites/spr_button/spr_button.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/sprites/spr_button/spr_button.yy -------------------------------------------------------------------------------- /sprites/spr_button_long/8ac0fc68-6349-4dd3-8cd0-627da941850c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/sprites/spr_button_long/8ac0fc68-6349-4dd3-8cd0-627da941850c.png -------------------------------------------------------------------------------- /sprites/spr_button_long/eff11b9d-8a15-4967-a951-2826a1003fb0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/sprites/spr_button_long/eff11b9d-8a15-4967-a951-2826a1003fb0.png -------------------------------------------------------------------------------- /sprites/spr_button_long/layers/8ac0fc68-6349-4dd3-8cd0-627da941850c/3876df61-dd69-4322-9d06-fdc483528791.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/sprites/spr_button_long/layers/8ac0fc68-6349-4dd3-8cd0-627da941850c/3876df61-dd69-4322-9d06-fdc483528791.png -------------------------------------------------------------------------------- /sprites/spr_button_long/layers/eff11b9d-8a15-4967-a951-2826a1003fb0/3876df61-dd69-4322-9d06-fdc483528791.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/sprites/spr_button_long/layers/eff11b9d-8a15-4967-a951-2826a1003fb0/3876df61-dd69-4322-9d06-fdc483528791.png -------------------------------------------------------------------------------- /sprites/spr_button_long/spr_button_long.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/sprites/spr_button_long/spr_button_long.yy -------------------------------------------------------------------------------- /sprites/spr_button_short/7ec9ffaa-322b-4087-88a6-4e0dce2ab443.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/sprites/spr_button_short/7ec9ffaa-322b-4087-88a6-4e0dce2ab443.png -------------------------------------------------------------------------------- /sprites/spr_button_short/ec1ab1f6-2557-42cc-91aa-3ca2ab6ec035.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/sprites/spr_button_short/ec1ab1f6-2557-42cc-91aa-3ca2ab6ec035.png -------------------------------------------------------------------------------- /sprites/spr_button_short/layers/7ec9ffaa-322b-4087-88a6-4e0dce2ab443/87a2fc05-94c3-4704-9d8b-4fcf875d26ce.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/sprites/spr_button_short/layers/7ec9ffaa-322b-4087-88a6-4e0dce2ab443/87a2fc05-94c3-4704-9d8b-4fcf875d26ce.png -------------------------------------------------------------------------------- /sprites/spr_button_short/layers/ec1ab1f6-2557-42cc-91aa-3ca2ab6ec035/87a2fc05-94c3-4704-9d8b-4fcf875d26ce.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/sprites/spr_button_short/layers/ec1ab1f6-2557-42cc-91aa-3ca2ab6ec035/87a2fc05-94c3-4704-9d8b-4fcf875d26ce.png -------------------------------------------------------------------------------- /sprites/spr_button_short/spr_button_short.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/sprites/spr_button_short/spr_button_short.yy -------------------------------------------------------------------------------- /sprites/spr_head_text/b65bf06a-4fcf-4449-a020-df76afe36c89.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/sprites/spr_head_text/b65bf06a-4fcf-4449-a020-df76afe36c89.png -------------------------------------------------------------------------------- /sprites/spr_head_text/layers/b65bf06a-4fcf-4449-a020-df76afe36c89/fa4a771f-cd3d-4faf-8563-bfa1de7b23f9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/sprites/spr_head_text/layers/b65bf06a-4fcf-4449-a020-df76afe36c89/fa4a771f-cd3d-4faf-8563-bfa1de7b23f9.png -------------------------------------------------------------------------------- /sprites/spr_head_text/spr_head_text.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/sprites/spr_head_text/spr_head_text.yy -------------------------------------------------------------------------------- /sprites/spr_loading/01c95042-ec96-4d6f-a7a0-8fc37a05c876.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/sprites/spr_loading/01c95042-ec96-4d6f-a7a0-8fc37a05c876.png -------------------------------------------------------------------------------- /sprites/spr_loading/0a02abbe-7131-40cd-9846-2714da34f39a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/sprites/spr_loading/0a02abbe-7131-40cd-9846-2714da34f39a.png -------------------------------------------------------------------------------- /sprites/spr_loading/2cf15f14-6d88-4d93-8a91-07e8f9549d64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/sprites/spr_loading/2cf15f14-6d88-4d93-8a91-07e8f9549d64.png -------------------------------------------------------------------------------- /sprites/spr_loading/7c4e6ec8-3826-4738-9f94-9e97eed5c4f3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/sprites/spr_loading/7c4e6ec8-3826-4738-9f94-9e97eed5c4f3.png -------------------------------------------------------------------------------- /sprites/spr_loading/b4cae9ba-c89f-40be-9307-3cc3c77b061d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/sprites/spr_loading/b4cae9ba-c89f-40be-9307-3cc3c77b061d.png -------------------------------------------------------------------------------- /sprites/spr_loading/c95e4991-a209-4781-9724-ff2205914560.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/sprites/spr_loading/c95e4991-a209-4781-9724-ff2205914560.png -------------------------------------------------------------------------------- /sprites/spr_loading/e22fd3cf-e182-4837-a60f-da6e56e09615.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/sprites/spr_loading/e22fd3cf-e182-4837-a60f-da6e56e09615.png -------------------------------------------------------------------------------- /sprites/spr_loading/e4f15e44-d325-4cb3-b518-1fcc16a0de99.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/sprites/spr_loading/e4f15e44-d325-4cb3-b518-1fcc16a0de99.png -------------------------------------------------------------------------------- /sprites/spr_loading/layers/01c95042-ec96-4d6f-a7a0-8fc37a05c876/c584bada-b04e-4e2a-811e-c67295874556.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/sprites/spr_loading/layers/01c95042-ec96-4d6f-a7a0-8fc37a05c876/c584bada-b04e-4e2a-811e-c67295874556.png -------------------------------------------------------------------------------- /sprites/spr_loading/layers/0a02abbe-7131-40cd-9846-2714da34f39a/c584bada-b04e-4e2a-811e-c67295874556.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/sprites/spr_loading/layers/0a02abbe-7131-40cd-9846-2714da34f39a/c584bada-b04e-4e2a-811e-c67295874556.png -------------------------------------------------------------------------------- /sprites/spr_loading/layers/2cf15f14-6d88-4d93-8a91-07e8f9549d64/c584bada-b04e-4e2a-811e-c67295874556.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/sprites/spr_loading/layers/2cf15f14-6d88-4d93-8a91-07e8f9549d64/c584bada-b04e-4e2a-811e-c67295874556.png -------------------------------------------------------------------------------- /sprites/spr_loading/layers/7c4e6ec8-3826-4738-9f94-9e97eed5c4f3/c584bada-b04e-4e2a-811e-c67295874556.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/sprites/spr_loading/layers/7c4e6ec8-3826-4738-9f94-9e97eed5c4f3/c584bada-b04e-4e2a-811e-c67295874556.png -------------------------------------------------------------------------------- /sprites/spr_loading/layers/b4cae9ba-c89f-40be-9307-3cc3c77b061d/c584bada-b04e-4e2a-811e-c67295874556.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/sprites/spr_loading/layers/b4cae9ba-c89f-40be-9307-3cc3c77b061d/c584bada-b04e-4e2a-811e-c67295874556.png -------------------------------------------------------------------------------- /sprites/spr_loading/layers/c95e4991-a209-4781-9724-ff2205914560/c584bada-b04e-4e2a-811e-c67295874556.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/sprites/spr_loading/layers/c95e4991-a209-4781-9724-ff2205914560/c584bada-b04e-4e2a-811e-c67295874556.png -------------------------------------------------------------------------------- /sprites/spr_loading/layers/e22fd3cf-e182-4837-a60f-da6e56e09615/c584bada-b04e-4e2a-811e-c67295874556.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/sprites/spr_loading/layers/e22fd3cf-e182-4837-a60f-da6e56e09615/c584bada-b04e-4e2a-811e-c67295874556.png -------------------------------------------------------------------------------- /sprites/spr_loading/layers/e4f15e44-d325-4cb3-b518-1fcc16a0de99/c584bada-b04e-4e2a-811e-c67295874556.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/sprites/spr_loading/layers/e4f15e44-d325-4cb3-b518-1fcc16a0de99/c584bada-b04e-4e2a-811e-c67295874556.png -------------------------------------------------------------------------------- /sprites/spr_loading/spr_loading.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/sprites/spr_loading/spr_loading.yy -------------------------------------------------------------------------------- /sprites/spr_temp/d3f293a4-1337-412b-9b76-c2e99ca6172a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/sprites/spr_temp/d3f293a4-1337-412b-9b76-c2e99ca6172a.png -------------------------------------------------------------------------------- /sprites/spr_temp/layers/d3f293a4-1337-412b-9b76-c2e99ca6172a/ed7e4a4c-574d-4303-9d3b-0e6da463fbb5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/sprites/spr_temp/layers/d3f293a4-1337-412b-9b76-c2e99ca6172a/ed7e4a4c-574d-4303-9d3b-0e6da463fbb5.png -------------------------------------------------------------------------------- /sprites/spr_temp/spr_temp.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trumdu/gms-yagames/HEAD/sprites/spr_temp/spr_temp.yy --------------------------------------------------------------------------------