Stream work.
18
TODO.md
@ -1,6 +1,14 @@
|
|||||||
- Integrate caco plush
|
- ~~Integrate caco plush~~
|
||||||
- Caco plush spawnflags
|
- ~~Makefile for caco plush sprites~~
|
||||||
- Makefile for caco plush sprites
|
|
||||||
- Brightmaps for caco plush
|
- Jumper cables
|
||||||
- Fix wiring kit brightmaps
|
- ~~Jumper cables ammohandler stuff~~
|
||||||
|
- ~~Fix wiring kit brightmaps~~
|
||||||
|
|
||||||
|
- Caco plush
|
||||||
|
- Caco plush documentation
|
||||||
|
- Caco plush spawnflags
|
||||||
|
- Brightmaps for caco plush
|
||||||
|
|
||||||
- Organize source_data
|
- Organize source_data
|
||||||
|
|
||||||
|
@ -42,19 +42,19 @@ brightmap sprite kgcpb0
|
|||||||
|
|
||||||
brightmap sprite jmppa0
|
brightmap sprite jmppa0
|
||||||
{
|
{
|
||||||
map "sprites/bright_jmpr_1.png"
|
map "sprites/jumpercables/bright_jmpr_1.png"
|
||||||
disablefullbright
|
disablefullbright
|
||||||
}
|
}
|
||||||
|
|
||||||
brightmap sprite jmppb0
|
brightmap sprite jmppb0
|
||||||
{
|
{
|
||||||
map "sprites/bright_jmpr_2.png"
|
map "sprites/jumpercables/bright_jmpr_2.png"
|
||||||
disablefullbright
|
disablefullbright
|
||||||
}
|
}
|
||||||
|
|
||||||
brightmap sprite jmppc0
|
brightmap sprite jmppc0
|
||||||
{
|
{
|
||||||
map "sprites/bright_jmpr_3.png"
|
map "sprites/jumpercables/bright_jmpr_3.png"
|
||||||
disablefullbright
|
disablefullbright
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 684 B After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 629 B After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 656 B After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 373 B After Width: | Height: | Size: 373 B |
Before Width: | Height: | Size: 342 B After Width: | Height: | Size: 342 B |
Before Width: | Height: | Size: 365 B After Width: | Height: | Size: 365 B |
Before Width: | Height: | Size: 367 B After Width: | Height: | Size: 367 B |
Before Width: | Height: | Size: 357 B After Width: | Height: | Size: 357 B |
Before Width: | Height: | Size: 362 B After Width: | Height: | Size: 362 B |
Before Width: | Height: | Size: 369 B After Width: | Height: | Size: 369 B |
Before Width: | Height: | Size: 350 B After Width: | Height: | Size: 350 B |
Before Width: | Height: | Size: 374 B After Width: | Height: | Size: 374 B |
Before Width: | Height: | Size: 371 B After Width: | Height: | Size: 371 B |
Before Width: | Height: | Size: 367 B After Width: | Height: | Size: 367 B |
Before Width: | Height: | Size: 364 B After Width: | Height: | Size: 364 B |
Before Width: | Height: | Size: 364 B After Width: | Height: | Size: 364 B |
Before Width: | Height: | Size: 363 B After Width: | Height: | Size: 363 B |
Before Width: | Height: | Size: 366 B After Width: | Height: | Size: 366 B |
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 360 B |
Before Width: | Height: | Size: 369 B After Width: | Height: | Size: 369 B |
Before Width: | Height: | Size: 343 B After Width: | Height: | Size: 343 B |
Before Width: | Height: | Size: 363 B After Width: | Height: | Size: 363 B |
Before Width: | Height: | Size: 365 B After Width: | Height: | Size: 365 B |
Before Width: | Height: | Size: 357 B After Width: | Height: | Size: 357 B |
Before Width: | Height: | Size: 361 B After Width: | Height: | Size: 361 B |
Before Width: | Height: | Size: 367 B After Width: | Height: | Size: 367 B |
Before Width: | Height: | Size: 350 B After Width: | Height: | Size: 350 B |
Before Width: | Height: | Size: 370 B After Width: | Height: | Size: 370 B |
Before Width: | Height: | Size: 369 B After Width: | Height: | Size: 369 B |
Before Width: | Height: | Size: 366 B After Width: | Height: | Size: 366 B |
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 360 B |
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 360 B |
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 360 B |
Before Width: | Height: | Size: 363 B After Width: | Height: | Size: 363 B |
Before Width: | Height: | Size: 359 B After Width: | Height: | Size: 359 B |
@ -54,6 +54,7 @@ class SnekTechEventHandler : EventHandler
|
|||||||
HDBattery bat = HDBattery(e.Thing);
|
HDBattery bat = HDBattery(e.Thing);
|
||||||
if(bat) {
|
if(bat) {
|
||||||
bat.ItemsThatUseThis.Push("GretchenCounter");
|
bat.ItemsThatUseThis.Push("GretchenCounter");
|
||||||
|
bat.ItemsThatUseThis.Push("JumperCablesUsable");
|
||||||
}
|
}
|
||||||
|
|
||||||
// Delete disabled items from backpacks that just spawned.
|
// Delete disabled items from backpacks that just spawned.
|
||||||
|