├── GLE.gif ├── GLE.yyp ├── LICENSE ├── README.md ├── objects ├── o_controller │ ├── Create_0.gml │ ├── Step_0.gml │ └── o_controller.yy ├── o_light_drawer │ ├── Create_0.gml │ ├── Draw_0.gml │ └── o_light_drawer.yy ├── o_light_handler │ ├── CleanUp_0.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_10.gml │ └── o_light_handler.yy ├── o_light_mouse │ ├── Step_0.gml │ └── o_light_mouse.yy ├── o_light_par │ ├── Create_0.gml │ ├── Step_0.gml │ └── o_light_par.yy ├── o_light_path │ ├── Create_0.gml │ └── o_light_path.yy ├── o_light_static │ └── o_light_static.yy ├── o_light_static2 │ └── o_light_static2.yy └── o_light_static3 │ └── o_light_static3.yy ├── options ├── linux │ └── options_linux.yy ├── mac │ └── options_mac.yy ├── main │ └── inherited │ │ └── options_main.inherited.yy └── windows │ └── options_windows.yy ├── paths └── p_light │ └── p_light.yy ├── rooms └── room0 │ └── room0.yy ├── scripts ├── project_shadow │ ├── project_shadow.gml │ └── project_shadow.yy ├── project_vertex │ ├── project_vertex.gml │ └── project_vertex.yy └── sign_test │ ├── sign_test.gml │ └── sign_test.yy ├── shaders └── sh_ambient_light │ ├── sh_ambient_light.fsh │ ├── sh_ambient_light.vsh │ └── sh_ambient_light.yy ├── sprites ├── s_collider_16px │ ├── c94ffce1-59ce-4c2f-808d-ec9a70d48903.png │ ├── layers │ │ └── c94ffce1-59ce-4c2f-808d-ec9a70d48903 │ │ │ └── 0c473ed4-591a-4be7-95d1-8c1e329ed2a3.png │ └── s_collider_16px.yy ├── s_collider_1px │ ├── f7e688a2-0f9e-442e-b066-dcda58fadca7.png │ ├── layers │ │ └── f7e688a2-0f9e-442e-b066-dcda58fadca7 │ │ │ └── 49bdfe3d-3f6e-4306-9ec7-0ce4018edfd8.png │ └── s_collider_1px.yy ├── s_collider_8px │ ├── 2cb4d362-cdcc-4957-9edb-686720616eef.png │ ├── layers │ │ └── 2cb4d362-cdcc-4957-9edb-686720616eef │ │ │ └── 9811fd70-41b5-427b-88e1-9ae5645ee774.png │ └── s_collider_8px.yy ├── s_light │ ├── 71757b19-64bf-486d-9141-7e071b501f6c.png │ ├── layers │ │ └── 71757b19-64bf-486d-9141-7e071b501f6c │ │ │ └── 859a3829-375c-4e28-aa57-48f6032851d5.png │ └── s_light.yy ├── s_light2 │ ├── 7922e30c-6cab-4398-a433-21b05e0bdcb6.png │ ├── layers │ │ └── 7922e30c-6cab-4398-a433-21b05e0bdcb6 │ │ │ └── c3be42d2-7162-4f0e-9eb3-e312fe4770a7.png │ └── s_light2.yy ├── s_light3 │ ├── 79cb44af-3ed3-4410-9c72-2b13dddb7d32.png │ ├── layers │ │ └── 79cb44af-3ed3-4410-9c72-2b13dddb7d32 │ │ │ └── c1e4aa15-9795-4b6a-b608-b817e2089059.png │ └── s_light3.yy ├── s_light_mask_128px │ ├── d6cb25e0-e1a2-4b47-a43f-47afbf176a8f.png │ ├── layers │ │ └── d6cb25e0-e1a2-4b47-a43f-47afbf176a8f │ │ │ └── 00de9825-e534-46dc-98d1-bbbbe5bea737.png │ └── s_light_mask_128px.yy ├── s_scene_background │ ├── 3cea73c4-b92e-4e66-96b8-947c31f8c5e0.png │ ├── layers │ │ └── 3cea73c4-b92e-4e66-96b8-947c31f8c5e0 │ │ │ └── 425e9720-765c-4e32-8bf4-187af507f364.png │ └── s_scene_background.yy ├── s_scene_tileset │ ├── be200f3d-7276-4ddb-8c56-0a940ed6ba05.png │ ├── e5a1fc9e-4423-499c-ac0d-dbdef33b2e23.png │ ├── layers │ │ ├── be200f3d-7276-4ddb-8c56-0a940ed6ba05 │ │ │ └── bd3d6c28-dc29-4194-8a1d-25cc7c95c7d8.png │ │ └── e5a1fc9e-4423-499c-ac0d-dbdef33b2e23 │ │ │ └── bd3d6c28-dc29-4194-8a1d-25cc7c95c7d8.png │ └── s_scene_tileset.yy └── s_scene_tileset_a0 │ ├── 2e09b69f-a98c-4ec6-8fd0-70d5003120af.png │ ├── layers │ └── 2e09b69f-a98c-4ec6-8fd0-70d5003120af │ │ └── 83bb8968-cb90-47d0-a2b1-9747d0bc0d3a.png │ └── s_scene_tileset_a0.yy ├── tilesets ├── t_collider_16px │ ├── output_tileset.png │ └── t_collider_16px.yy ├── t_collider_1px │ ├── output_tileset.png │ └── t_collider_1px.yy ├── t_collider_8px │ ├── output_tileset.png │ └── t_collider_8px.yy ├── t_scene │ ├── output_tileset.png │ └── t_scene.yy └── t_scene_0a │ ├── output_tileset.png │ └── t_scene_0a.yy └── views ├── 0165fb8a-7996-4482-afcc-8c9001266fb1.yy ├── 28d75bc6-9734-4d7c-873f-ad0b8eb0422b.yy ├── 299efdbb-1496-4e7f-83ea-e3594dcbe2ca.yy ├── 38b56b75-a0b7-4e69-83e6-249440320a3b.yy ├── 3ef7da56-29f4-42aa-b97e-552c5fc051f3.yy ├── 4320dd01-b435-4f0d-a141-adbbd100f4ff.yy ├── 48486f08-d357-4b6d-ae89-256f29727636.yy ├── 65082e3a-ffba-47a3-b25e-26962887a08e.yy ├── 6529885c-7482-41c2-9ab1-3ca6739a9fe4.yy ├── 6c6a678f-40bf-436c-a674-60ce999ddf9d.yy ├── 7f8594ea-db3e-4987-976b-ea4fae96cb1e.yy ├── 803ce9fe-7716-41a9-91d2-bc7770940764.yy ├── 869a16a3-0c66-49ca-b9ff-21e3a4e25f55.yy ├── 9091ddf7-157f-427e-bc04-c4db40b396a2.yy ├── 9a535fbc-9bfb-4498-bd30-fcd63c646c27.yy ├── a021b336-c9dc-4f54-9b01-4f5628e05018.yy └── a0dc53d3-fc6f-419c-b693-e0d62123acbc.yy /GLE.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/GLE.gif -------------------------------------------------------------------------------- /GLE.yyp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/GLE.yyp -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/README.md -------------------------------------------------------------------------------- /objects/o_controller/Create_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/objects/o_controller/Create_0.gml -------------------------------------------------------------------------------- /objects/o_controller/Step_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/objects/o_controller/Step_0.gml -------------------------------------------------------------------------------- /objects/o_controller/o_controller.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/objects/o_controller/o_controller.yy -------------------------------------------------------------------------------- /objects/o_light_drawer/Create_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/objects/o_light_drawer/Create_0.gml -------------------------------------------------------------------------------- /objects/o_light_drawer/Draw_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/objects/o_light_drawer/Draw_0.gml -------------------------------------------------------------------------------- /objects/o_light_drawer/o_light_drawer.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/objects/o_light_drawer/o_light_drawer.yy -------------------------------------------------------------------------------- /objects/o_light_handler/CleanUp_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/objects/o_light_handler/CleanUp_0.gml -------------------------------------------------------------------------------- /objects/o_light_handler/Create_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/objects/o_light_handler/Create_0.gml -------------------------------------------------------------------------------- /objects/o_light_handler/Draw_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/objects/o_light_handler/Draw_0.gml -------------------------------------------------------------------------------- /objects/o_light_handler/Other_10.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/objects/o_light_handler/Other_10.gml -------------------------------------------------------------------------------- /objects/o_light_handler/o_light_handler.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/objects/o_light_handler/o_light_handler.yy -------------------------------------------------------------------------------- /objects/o_light_mouse/Step_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/objects/o_light_mouse/Step_0.gml -------------------------------------------------------------------------------- /objects/o_light_mouse/o_light_mouse.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/objects/o_light_mouse/o_light_mouse.yy -------------------------------------------------------------------------------- /objects/o_light_par/Create_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/objects/o_light_par/Create_0.gml -------------------------------------------------------------------------------- /objects/o_light_par/Step_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/objects/o_light_par/Step_0.gml -------------------------------------------------------------------------------- /objects/o_light_par/o_light_par.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/objects/o_light_par/o_light_par.yy -------------------------------------------------------------------------------- /objects/o_light_path/Create_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/objects/o_light_path/Create_0.gml -------------------------------------------------------------------------------- /objects/o_light_path/o_light_path.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/objects/o_light_path/o_light_path.yy -------------------------------------------------------------------------------- /objects/o_light_static/o_light_static.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/objects/o_light_static/o_light_static.yy -------------------------------------------------------------------------------- /objects/o_light_static2/o_light_static2.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/objects/o_light_static2/o_light_static2.yy -------------------------------------------------------------------------------- /objects/o_light_static3/o_light_static3.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/objects/o_light_static3/o_light_static3.yy -------------------------------------------------------------------------------- /options/linux/options_linux.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/options/linux/options_linux.yy -------------------------------------------------------------------------------- /options/mac/options_mac.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/options/mac/options_mac.yy -------------------------------------------------------------------------------- /options/main/inherited/options_main.inherited.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/options/main/inherited/options_main.inherited.yy -------------------------------------------------------------------------------- /options/windows/options_windows.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/options/windows/options_windows.yy -------------------------------------------------------------------------------- /paths/p_light/p_light.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/paths/p_light/p_light.yy -------------------------------------------------------------------------------- /rooms/room0/room0.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/rooms/room0/room0.yy -------------------------------------------------------------------------------- /scripts/project_shadow/project_shadow.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/scripts/project_shadow/project_shadow.gml -------------------------------------------------------------------------------- /scripts/project_shadow/project_shadow.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/scripts/project_shadow/project_shadow.yy -------------------------------------------------------------------------------- /scripts/project_vertex/project_vertex.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/scripts/project_vertex/project_vertex.gml -------------------------------------------------------------------------------- /scripts/project_vertex/project_vertex.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/scripts/project_vertex/project_vertex.yy -------------------------------------------------------------------------------- /scripts/sign_test/sign_test.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/scripts/sign_test/sign_test.gml -------------------------------------------------------------------------------- /scripts/sign_test/sign_test.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/scripts/sign_test/sign_test.yy -------------------------------------------------------------------------------- /shaders/sh_ambient_light/sh_ambient_light.fsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/shaders/sh_ambient_light/sh_ambient_light.fsh -------------------------------------------------------------------------------- /shaders/sh_ambient_light/sh_ambient_light.vsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/shaders/sh_ambient_light/sh_ambient_light.vsh -------------------------------------------------------------------------------- /shaders/sh_ambient_light/sh_ambient_light.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/shaders/sh_ambient_light/sh_ambient_light.yy -------------------------------------------------------------------------------- /sprites/s_collider_16px/c94ffce1-59ce-4c2f-808d-ec9a70d48903.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/sprites/s_collider_16px/c94ffce1-59ce-4c2f-808d-ec9a70d48903.png -------------------------------------------------------------------------------- /sprites/s_collider_16px/layers/c94ffce1-59ce-4c2f-808d-ec9a70d48903/0c473ed4-591a-4be7-95d1-8c1e329ed2a3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/sprites/s_collider_16px/layers/c94ffce1-59ce-4c2f-808d-ec9a70d48903/0c473ed4-591a-4be7-95d1-8c1e329ed2a3.png -------------------------------------------------------------------------------- /sprites/s_collider_16px/s_collider_16px.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/sprites/s_collider_16px/s_collider_16px.yy -------------------------------------------------------------------------------- /sprites/s_collider_1px/f7e688a2-0f9e-442e-b066-dcda58fadca7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/sprites/s_collider_1px/f7e688a2-0f9e-442e-b066-dcda58fadca7.png -------------------------------------------------------------------------------- /sprites/s_collider_1px/layers/f7e688a2-0f9e-442e-b066-dcda58fadca7/49bdfe3d-3f6e-4306-9ec7-0ce4018edfd8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/sprites/s_collider_1px/layers/f7e688a2-0f9e-442e-b066-dcda58fadca7/49bdfe3d-3f6e-4306-9ec7-0ce4018edfd8.png -------------------------------------------------------------------------------- /sprites/s_collider_1px/s_collider_1px.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/sprites/s_collider_1px/s_collider_1px.yy -------------------------------------------------------------------------------- /sprites/s_collider_8px/2cb4d362-cdcc-4957-9edb-686720616eef.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/sprites/s_collider_8px/2cb4d362-cdcc-4957-9edb-686720616eef.png -------------------------------------------------------------------------------- /sprites/s_collider_8px/layers/2cb4d362-cdcc-4957-9edb-686720616eef/9811fd70-41b5-427b-88e1-9ae5645ee774.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/sprites/s_collider_8px/layers/2cb4d362-cdcc-4957-9edb-686720616eef/9811fd70-41b5-427b-88e1-9ae5645ee774.png -------------------------------------------------------------------------------- /sprites/s_collider_8px/s_collider_8px.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/sprites/s_collider_8px/s_collider_8px.yy -------------------------------------------------------------------------------- /sprites/s_light/71757b19-64bf-486d-9141-7e071b501f6c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/sprites/s_light/71757b19-64bf-486d-9141-7e071b501f6c.png -------------------------------------------------------------------------------- /sprites/s_light/layers/71757b19-64bf-486d-9141-7e071b501f6c/859a3829-375c-4e28-aa57-48f6032851d5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/sprites/s_light/layers/71757b19-64bf-486d-9141-7e071b501f6c/859a3829-375c-4e28-aa57-48f6032851d5.png -------------------------------------------------------------------------------- /sprites/s_light/s_light.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/sprites/s_light/s_light.yy -------------------------------------------------------------------------------- /sprites/s_light2/7922e30c-6cab-4398-a433-21b05e0bdcb6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/sprites/s_light2/7922e30c-6cab-4398-a433-21b05e0bdcb6.png -------------------------------------------------------------------------------- /sprites/s_light2/layers/7922e30c-6cab-4398-a433-21b05e0bdcb6/c3be42d2-7162-4f0e-9eb3-e312fe4770a7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/sprites/s_light2/layers/7922e30c-6cab-4398-a433-21b05e0bdcb6/c3be42d2-7162-4f0e-9eb3-e312fe4770a7.png -------------------------------------------------------------------------------- /sprites/s_light2/s_light2.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/sprites/s_light2/s_light2.yy -------------------------------------------------------------------------------- /sprites/s_light3/79cb44af-3ed3-4410-9c72-2b13dddb7d32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/sprites/s_light3/79cb44af-3ed3-4410-9c72-2b13dddb7d32.png -------------------------------------------------------------------------------- /sprites/s_light3/layers/79cb44af-3ed3-4410-9c72-2b13dddb7d32/c1e4aa15-9795-4b6a-b608-b817e2089059.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/sprites/s_light3/layers/79cb44af-3ed3-4410-9c72-2b13dddb7d32/c1e4aa15-9795-4b6a-b608-b817e2089059.png -------------------------------------------------------------------------------- /sprites/s_light3/s_light3.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/sprites/s_light3/s_light3.yy -------------------------------------------------------------------------------- /sprites/s_light_mask_128px/d6cb25e0-e1a2-4b47-a43f-47afbf176a8f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/sprites/s_light_mask_128px/d6cb25e0-e1a2-4b47-a43f-47afbf176a8f.png -------------------------------------------------------------------------------- /sprites/s_light_mask_128px/layers/d6cb25e0-e1a2-4b47-a43f-47afbf176a8f/00de9825-e534-46dc-98d1-bbbbe5bea737.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/sprites/s_light_mask_128px/layers/d6cb25e0-e1a2-4b47-a43f-47afbf176a8f/00de9825-e534-46dc-98d1-bbbbe5bea737.png -------------------------------------------------------------------------------- /sprites/s_light_mask_128px/s_light_mask_128px.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/sprites/s_light_mask_128px/s_light_mask_128px.yy -------------------------------------------------------------------------------- /sprites/s_scene_background/3cea73c4-b92e-4e66-96b8-947c31f8c5e0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/sprites/s_scene_background/3cea73c4-b92e-4e66-96b8-947c31f8c5e0.png -------------------------------------------------------------------------------- /sprites/s_scene_background/layers/3cea73c4-b92e-4e66-96b8-947c31f8c5e0/425e9720-765c-4e32-8bf4-187af507f364.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/sprites/s_scene_background/layers/3cea73c4-b92e-4e66-96b8-947c31f8c5e0/425e9720-765c-4e32-8bf4-187af507f364.png -------------------------------------------------------------------------------- /sprites/s_scene_background/s_scene_background.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/sprites/s_scene_background/s_scene_background.yy -------------------------------------------------------------------------------- /sprites/s_scene_tileset/be200f3d-7276-4ddb-8c56-0a940ed6ba05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/sprites/s_scene_tileset/be200f3d-7276-4ddb-8c56-0a940ed6ba05.png -------------------------------------------------------------------------------- /sprites/s_scene_tileset/e5a1fc9e-4423-499c-ac0d-dbdef33b2e23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/sprites/s_scene_tileset/e5a1fc9e-4423-499c-ac0d-dbdef33b2e23.png -------------------------------------------------------------------------------- /sprites/s_scene_tileset/layers/be200f3d-7276-4ddb-8c56-0a940ed6ba05/bd3d6c28-dc29-4194-8a1d-25cc7c95c7d8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/sprites/s_scene_tileset/layers/be200f3d-7276-4ddb-8c56-0a940ed6ba05/bd3d6c28-dc29-4194-8a1d-25cc7c95c7d8.png -------------------------------------------------------------------------------- /sprites/s_scene_tileset/layers/e5a1fc9e-4423-499c-ac0d-dbdef33b2e23/bd3d6c28-dc29-4194-8a1d-25cc7c95c7d8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/sprites/s_scene_tileset/layers/e5a1fc9e-4423-499c-ac0d-dbdef33b2e23/bd3d6c28-dc29-4194-8a1d-25cc7c95c7d8.png -------------------------------------------------------------------------------- /sprites/s_scene_tileset/s_scene_tileset.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/sprites/s_scene_tileset/s_scene_tileset.yy -------------------------------------------------------------------------------- /sprites/s_scene_tileset_a0/2e09b69f-a98c-4ec6-8fd0-70d5003120af.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/sprites/s_scene_tileset_a0/2e09b69f-a98c-4ec6-8fd0-70d5003120af.png -------------------------------------------------------------------------------- /sprites/s_scene_tileset_a0/layers/2e09b69f-a98c-4ec6-8fd0-70d5003120af/83bb8968-cb90-47d0-a2b1-9747d0bc0d3a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/sprites/s_scene_tileset_a0/layers/2e09b69f-a98c-4ec6-8fd0-70d5003120af/83bb8968-cb90-47d0-a2b1-9747d0bc0d3a.png -------------------------------------------------------------------------------- /sprites/s_scene_tileset_a0/s_scene_tileset_a0.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/sprites/s_scene_tileset_a0/s_scene_tileset_a0.yy -------------------------------------------------------------------------------- /tilesets/t_collider_16px/output_tileset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/tilesets/t_collider_16px/output_tileset.png -------------------------------------------------------------------------------- /tilesets/t_collider_16px/t_collider_16px.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/tilesets/t_collider_16px/t_collider_16px.yy -------------------------------------------------------------------------------- /tilesets/t_collider_1px/output_tileset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/tilesets/t_collider_1px/output_tileset.png -------------------------------------------------------------------------------- /tilesets/t_collider_1px/t_collider_1px.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/tilesets/t_collider_1px/t_collider_1px.yy -------------------------------------------------------------------------------- /tilesets/t_collider_8px/output_tileset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/tilesets/t_collider_8px/output_tileset.png -------------------------------------------------------------------------------- /tilesets/t_collider_8px/t_collider_8px.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/tilesets/t_collider_8px/t_collider_8px.yy -------------------------------------------------------------------------------- /tilesets/t_scene/output_tileset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/tilesets/t_scene/output_tileset.png -------------------------------------------------------------------------------- /tilesets/t_scene/t_scene.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/tilesets/t_scene/t_scene.yy -------------------------------------------------------------------------------- /tilesets/t_scene_0a/output_tileset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/tilesets/t_scene_0a/output_tileset.png -------------------------------------------------------------------------------- /tilesets/t_scene_0a/t_scene_0a.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/tilesets/t_scene_0a/t_scene_0a.yy -------------------------------------------------------------------------------- /views/0165fb8a-7996-4482-afcc-8c9001266fb1.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/views/0165fb8a-7996-4482-afcc-8c9001266fb1.yy -------------------------------------------------------------------------------- /views/28d75bc6-9734-4d7c-873f-ad0b8eb0422b.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/views/28d75bc6-9734-4d7c-873f-ad0b8eb0422b.yy -------------------------------------------------------------------------------- /views/299efdbb-1496-4e7f-83ea-e3594dcbe2ca.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/views/299efdbb-1496-4e7f-83ea-e3594dcbe2ca.yy -------------------------------------------------------------------------------- /views/38b56b75-a0b7-4e69-83e6-249440320a3b.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/views/38b56b75-a0b7-4e69-83e6-249440320a3b.yy -------------------------------------------------------------------------------- /views/3ef7da56-29f4-42aa-b97e-552c5fc051f3.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/views/3ef7da56-29f4-42aa-b97e-552c5fc051f3.yy -------------------------------------------------------------------------------- /views/4320dd01-b435-4f0d-a141-adbbd100f4ff.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/views/4320dd01-b435-4f0d-a141-adbbd100f4ff.yy -------------------------------------------------------------------------------- /views/48486f08-d357-4b6d-ae89-256f29727636.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/views/48486f08-d357-4b6d-ae89-256f29727636.yy -------------------------------------------------------------------------------- /views/65082e3a-ffba-47a3-b25e-26962887a08e.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/views/65082e3a-ffba-47a3-b25e-26962887a08e.yy -------------------------------------------------------------------------------- /views/6529885c-7482-41c2-9ab1-3ca6739a9fe4.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/views/6529885c-7482-41c2-9ab1-3ca6739a9fe4.yy -------------------------------------------------------------------------------- /views/6c6a678f-40bf-436c-a674-60ce999ddf9d.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/views/6c6a678f-40bf-436c-a674-60ce999ddf9d.yy -------------------------------------------------------------------------------- /views/7f8594ea-db3e-4987-976b-ea4fae96cb1e.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/views/7f8594ea-db3e-4987-976b-ea4fae96cb1e.yy -------------------------------------------------------------------------------- /views/803ce9fe-7716-41a9-91d2-bc7770940764.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/views/803ce9fe-7716-41a9-91d2-bc7770940764.yy -------------------------------------------------------------------------------- /views/869a16a3-0c66-49ca-b9ff-21e3a4e25f55.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/views/869a16a3-0c66-49ca-b9ff-21e3a4e25f55.yy -------------------------------------------------------------------------------- /views/9091ddf7-157f-427e-bc04-c4db40b396a2.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/views/9091ddf7-157f-427e-bc04-c4db40b396a2.yy -------------------------------------------------------------------------------- /views/9a535fbc-9bfb-4498-bd30-fcd63c646c27.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/views/9a535fbc-9bfb-4498-bd30-fcd63c646c27.yy -------------------------------------------------------------------------------- /views/a021b336-c9dc-4f54-9b01-4f5628e05018.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/views/a021b336-c9dc-4f54-9b01-4f5628e05018.yy -------------------------------------------------------------------------------- /views/a0dc53d3-fc6f-419c-b693-e0d62123acbc.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bilouw/Gamemaker-Lighting-Engine/HEAD/views/a0dc53d3-fc6f-419c-b693-e0d62123acbc.yy --------------------------------------------------------------------------------