Skip to content

Instantly share code, notes, and snippets.

@scemino
scemino / clipper1_output.txt
Created August 19, 2022 12:31
Clipper1/Clipper2 merge polygons
(750,120), (737,125), (695,132), (639,136), (621,142), (616,147), (625,151), (636,153), (706,164), (699,170), (679,177), (666,181), (663,184), (682,190), (721,195), (747,196), (766,203), (761,203), (747,198), (720,197), (679,192), (658,185), (664,178), (675,175), (696,168), (699,164), (633,154), (620,152), (609,148), (613,143), (638,134), (693,130), (731,121), (730,114), (532,94), (506,97), (494,102), (416,102), (412,109), (331,109), (329,104), (186,104), (190,112), (197,113), (198,116), (173,113), (91,113), (19,104), (25,90), (8,86), (7,70), (660,66), (554,90), (732,109), (746,114)
number solutions: 1
@scemino
scemino / engge.nut
Last active September 27, 2020 18:54
First demo script of engge
include("Defines.nut")
include("Boot.nut")
function actorReachLow(actor, duration) {
return startthread(@() {
actorPlayAnimation(actor, "reach_low")
breaktime(duration)
actorPlayAnimation(actor, animStand)
})