penguinmod-vm-prain / test /snapshot /__snapshots__ /tw-when-backdrop-switches-to-switch-backdrop-to.sb3.tw-snapshot
soiz1's picture
Upload folder using huggingface_hub
76cc654 verified
raw
history blame contribute delete
824 Bytes
// TW Snapshot
// Input SHA-256: 503e54070a6a749f8ffbcfad08d64cff3c1abb9400a7519b623b3876bd97e54a
// Sprite1 script
(function factoryXYZ(thread) { const target = thread.target; const runtime = target.runtime; const stage = runtime.getTargetForStage();
const b0 = runtime.getOpcodeFunction("looks_say");
return function* genXYZ () {
yield* executeInCompatibilityLayer({"MESSAGE":"end",}, b0, false, false, null);
retire();
}; })
// Sprite1 script
(function factoryXYZ(thread) { const target = thread.target; const runtime = target.runtime; const stage = runtime.getTargetForStage();
const b0 = runtime.getOpcodeFunction("looks_say");
return function* genXYZ () {
yield* executeInCompatibilityLayer({"MESSAGE":"plan 0",}, b0, false, false, null);
runtime.ext_scratch3_looks._setBackdrop(stage, "backdrop2");
retire();
}; })