Name: | Better Creating/Eating Block Snakes |
Author: | leod |
Added: | |
Version History: | View |
Tool: | PIXI |
Type: | Standard |
Dynamic: | No |
Disassembly: | No |
Includes GFX: | No |
Description: | This submission includes two sprites:
Both sprites are highly customizable and the paths are entirely determined by blocks you put in the level using Lunar Magic. For this reason, this sprite includes a .map16 file with one row of blocks the sprite can interact with, namely:
There's also a .dsc file that displays a description for the blocks in Lunar Magic, so you don't have to constantly reference the sprite's asm file to see what block does what. Info on how to properly insert the blocks and the .dsc, along with lots of customization options, are in bettersnakes.asm. |
Tags: | block block snake block snakes creating eating lorom sa-1 snake snakes |
Comments: | 8 (jump to comments) |
Rating: |
Download
7.81 KiB | 269 downloads
Comments (8)
not sure how to change the state variable, since it isnt
Right now, I have no way (to my knowledge) of duplicating the "go left", "go right",... blocks, which means I only have one graphic tile possible for them. But the "go left" tile sends a different direction depending on the direction you come from (it's more a "go 90° clockwise/counter-clockwise").
So either blocks, or have a "go up", "go down", "go left", "go right" that are not dependant of the direction you come from.
Important note: the block snake itself, while using hybrid defines, does not work with SA-1 (graphical block generation bug after an approximate part of the level)Upon re-examination, it does work with PIXI 1.1 or higher.
Just pointing out something here:
AMK dislikes $1DFA. Infact, when other SFX play together with the sfx this sprite generates, it will fuck up (as in, you hear glitched sfx playing). I'm suggesting to change to following:
In my case, this fixed the issue I was having.
This aside, beautiful sprite 5/5