This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
title GONE2 | |
author Dario Zubovic | |
homepage dario-zubovic.itch.io | |
smoothscreen 5x7 | |
sprite_size 9 | |
case_sensitive | |
======== | |
OBJECTS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// based on https://github.com/keijiro/NoiseShader/blob/master/Assets/GLSL/SimplexNoise2D.glsl | |
// which itself is modification of https://github.com/ashima/webgl-noise/blob/master/src/noise3D.glsl | |
// | |
// License : Copyright (C) 2011 Ashima Arts. All rights reserved. | |
// Distributed under the MIT License. See LICENSE file. | |
// https://github.com/keijiro/NoiseShader/blob/master/LICENSE | |
// https://github.com/ashima/webgl-noise | |
// https://github.com/stegu/webgl-noise | |
float3 mod289(float3 x) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
title One Snake Level | |
author Dario Zubovic | |
homepage dario-zubovic.itch.io | |
background_color #3e3d4c | |
case_sensitive | |
( verbose_logging ) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
title One Level | |
author Dario Zubovic | |
homepage dario-zubovic.itch.io | |
background_color #3e3d4c | |
level_select | |
continue_is_level_select | |
level_select_solve_symbol x | |
level_select_lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
title RGB Quest | |
author Dario Zubovic | |
homepage dario-zubovic.itch.io | |
again_interval 0.07 | |
key_repeat_interval 0.1 | |
run_rules_on_level_start | |
background_color darkblue |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
title RGB Quest | |
author Dario Zubovic | |
homepage dario-zubovic.itch.io | |
again_interval 0.1 | |
run_rules_on_level_start | |
background_color darkblue | |
level_select |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
title RGB Quest Level select demo | |
author Dario Zubovic | |
homepage dario-zubovic.itch.io | |
again_interval 0.1 | |
run_rules_on_level_start | |
level_select | |
continue_is_level_select | |
level_select_lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
title RGB Quest WIP | |
author Dario Zubovic | |
homepage dario-zubovic.itch.io | |
again_interval 0.1 | |
run_rules_on_level_start | |
(verbose_logging) | |
======== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
title 7x7 Simple Block Pushing Game | |
author Stephen Lavelle | |
homepage www.puzzlescript.net | |
sprite_size 7 | |
======== | |
OBJECTS | |
======== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
title RGB Quest WIP | |
author Dario Zubovic | |
homepage dario-zubovic.itch.io | |
again_interval 0.1 | |
run_rules_on_level_start | |
(verbose_logging) | |
======== |
NewerOlder