Commit Graph

639 Commits

Author SHA1 Message Date
O-01-67 45a7146b4a
tweak num 2022-07-28 21:08:19 -04:00
O-01-67 b6dc65da7d
New random event
Paint event: paints a random circle a random color
2022-07-28 21:07:32 -04:00
slweeb 0856d7c04b quick hotfix 2022-07-24 19:08:43 -04:00
slweeb 5c681a7224 Merge branch 'main' of https://github.com/slweeb/sandboxels 2022-07-24 19:05:58 -04:00
slweeb fde882208f v1.6.3 2022-07-24 19:05:56 -04:00
O-01-67 c85d8fefc0
clarify comment numbers 2022-07-24 17:40:26 -04:00
O-01-67 3babbfb0e4
mutual exclusions 2022-07-19 20:55:04 -04:00
O-01-67 3c40d37864
liquid void
yum
2022-07-19 20:53:11 -04:00
O-01-67 66801308dd
More gems
Yes, pearl melting is inaccurate.
Cry about it.
2022-07-19 20:40:15 -04:00
O-01-67 ad00e41f9c
more gems 2022-07-18 01:00:15 -04:00
slweeb db8c1bfd33 1.6.2 tiny update 2022-07-11 11:21:45 -04:00
O-01-67 f2ea974fdf
half-baked mod
Prompt is unkeybound: must call funniPrompt() in console

commands: set, test, fill, randomfill

> Usage: set [property] [element] [value] <type>
> Arguments are typed without framing characters.
> The element can be \"all\" to set the property for every pixel.
> Note: Strings can't have spaces because spaces are the separator used in the parsing split().
> Arguments in [brackets] are required and ones in <angle brackets> are optional."

> Usage: fill [overwrite (should be a bool)] [element] <additional elements>.
> Arguments in [brackets] are required and ones in <angle brackets> are optional.

> Usage: randomfill [overwrite (should be a bool) (default: true)]
> Arguments in [brackets] are required and ones in <angle brackets> are optional.
2022-07-09 22:53:38 -04:00
O-01-67 de0dc088ab
(Read description) Adds a find mode
It modifies drawPixels to add a "find mode" that causes the currently selected element to pulsate red and yellow. 
To toggle it, pull up the info for the element "find_toggle" and click the magenta text in the description.
2022-07-09 22:25:20 -04:00
O-01-67 b7bd1f216e
Rename functest.js to drawPixels_change_test.js 2022-07-08 22:32:50 -04:00
O-01-67 89abf3659d
function alteration test
suffixes a function to drawPixels that makes burning pixels have a red overlay like shocked pixels's yellow overlay
2022-07-08 22:31:12 -04:00
O-01-67 c0625c669a
two new mods
change.js: edit of replace.js, changes anything to a given element (behavior of The Powder Toy's replace mode)
triggerable_random_powders.js: adds 3 powders
one becomes a random element when heated, another does when cooled, and the third does when shocked
2022-07-08 22:29:08 -04:00
O-01-67 6abe462d68
Added clickable prompt spawner in description text
as a test
2022-07-06 23:23:38 -04:00
O-01-67 122045bf41
Adds a replacement tool (read desc)
It replaces an element with another.
Press " (quotes key) to open the prompt. It will ask for the element type you want to change, and then the element you want to change it to.
Then, use the replace tool and it will change all pixels of the first element you click/hold it on to the second element.
By default, it changes Rock to Sand.
2022-07-06 22:42:55 -04:00
slweeb a0da3cc160
Add files via upload 2022-07-06 19:15:42 -04:00
O-01-67 d3f5b2b55d
added fairy_chain.js functionality for gold fairies
to make it easier to blow up the gold cells
2022-07-03 20:40:18 -04:00
O-01-67 27fae74c86
fixed stray hard-coded variable 2022-07-03 20:38:17 -04:00
O-01-67 7358d8ff8f
new mod
* cell that makes a lot of heat
* meta-cancer
* cells that eat gold
2022-07-03 16:11:45 -04:00
O-01-67 58151e2e14
added testosterone undecanoate
apparently that's the form they use for mhrt
2022-06-29 22:17:26 -04:00
O-01-67 b391981e38
upd: overwrites pixels 2022-06-14 11:16:40 -04:00
O-01-67 8e012314f0
upd8
regenerates array on use
2022-06-14 11:12:29 -04:00
O-01-67 9f61dcaab3
histrelin state setting method causes bugs
fix
2022-06-14 11:03:36 -04:00
O-01-67 65b9187911
places all elements LtR TtB
use placeAll(number of elements)
2022-06-14 11:03:06 -04:00
O-01-67 3a784dc941
Slow down color tools 2022-06-14 09:59:15 -04:00
O-01-67 334d7e94f6
Please do not include this file in the mod list.
I don't know if it does anything, but I'm too scared to delete it.
2022-06-08 13:33:26 -04:00
O-01-67 9627b43553
Merge pull request #30 from O-01-67/main
Exclude nv7.js elements from Random
2022-06-08 13:29:58 -04:00
O-01-67 c008afd790
New version with random exclusions
so it doesn't take over random
2022-06-08 13:27:52 -04:00
O-01-67 9c3baa7bd6
Delete nv7.js 2022-06-08 13:27:25 -04:00
slweeb 28de8e7093 Merge branch 'main' of https://github.com/slweeb/sandboxels 2022-06-01 20:56:03 -04:00
slweeb ac2f322c10 Create feed.rss 2022-06-01 20:56:01 -04:00
O-01-67 58dfa9477f
Add placing capability
Read description

**Uses keyboard; not likely to work on mobile**

##Notes
This *will* move if you are typing in a menu, but not in an alert.
Non-shifted presses will behave *unpredictably* if there are multiple pixels.
Shift-hold presses will behave more predictably. Using multiple pixels is not supported.
The pixel has a state of "solid" and a density of 2. It might be able to move through liquids and gases according to this density.

##Controls##
WASD to move
Z to shock
X to explode
Hold shift to repeat action
Hold alt with movement keys to place the current element
* It cannot place itself
* You can also use Alt+H to place on the right
Q to reset keys (current action, shift status, alt status) if they get stuck
2022-05-25 09:14:19 -04:00
O-01-67 dbac388676
Test controllable pixel
Read description

**Uses keyboard; not likely to work on mobile**

##Notes
This *will* move if you are typing in a menu, but not in an alert.
Non-shifted presses will behave *unpredictably* if there are multiple pixels.
Shift-hold presses will behave more predictably. Using multiple pixels is not supported.
The pixel has a state of "solid" and a density of 2. It might be able to move through liquids and gases according to this density.

##Controls##
WASD to move
Z to shock
X to explode
Hold shift to repeat action
Q to stop repetition if it doesn't stop after you let go of shift
2022-05-24 13:56:31 -04:00
O-01-67 69cbfcc6a2
(2) 2022-05-24 11:39:05 -04:00
O-01-67 9e76eb63f9
splitting blood clouds off 2022-05-24 11:38:39 -04:00
O-01-67 2b318b04b3
e
e
2022-05-24 09:11:14 -04:00
O-01-67 0b3ea500ca
nerf 2022-05-24 08:51:44 -04:00
O-01-67 eeab29fc68
state fix 2022-05-24 08:50:19 -04:00
O-01-67 19c8c01ae1
ejected test337
for being sus
2022-05-24 08:44:47 -04:00
O-01-67 9cc737172c
fire slime
I am fire
Burn those who dare to care for me
And my fuel are memories
Fuel are memories of you
They perish with the heat
Perish with the heat
So I can move on
Flower of iron
Shrivelled up to hide the imposter in me (sus)
2022-05-23 11:27:06 -04:00
O-01-67 f71d7e142a
background colored dye 2022-05-22 19:34:15 -04:00
O-01-67 240d2e9d8b
solid rock 2022-05-22 18:40:21 -04:00
O-01-67 423e678cea
added blood clouds 2022-05-22 18:21:43 -04:00
O-01-67 0066cea823
tool to replace all (read desc)
use like replacer bacteria
* target below, replacement above
* then shock and it will replace all target pixels with replacement pixels
2022-05-21 20:43:14 -04:00
O-01-67 ba173f7b7b
now with a jammer 2022-05-21 20:25:16 -04:00
O-01-67 f3893ab1da
splitting bacteria off 2022-05-21 20:24:36 -04:00
O-01-67 702fe31028
send move tools to their own category 2022-05-21 20:09:06 -04:00