Stream work.
18
TODO.md
@ -1,6 +1,14 @@
|
||||
- Integrate caco plush
|
||||
- Caco plush spawnflags
|
||||
- Makefile for caco plush sprites
|
||||
- Brightmaps for caco plush
|
||||
- Fix wiring kit brightmaps
|
||||
- ~~Integrate caco plush~~
|
||||
- ~~Makefile for caco plush sprites~~
|
||||
|
||||
- Jumper cables
|
||||
- ~~Jumper cables ammohandler stuff~~
|
||||
- ~~Fix wiring kit brightmaps~~
|
||||
|
||||
- Caco plush
|
||||
- Caco plush documentation
|
||||
- Caco plush spawnflags
|
||||
- Brightmaps for caco plush
|
||||
|
||||
- Organize source_data
|
||||
|
||||
|
@ -42,19 +42,19 @@ brightmap sprite kgcpb0
|
||||
|
||||
brightmap sprite jmppa0
|
||||
{
|
||||
map "sprites/bright_jmpr_1.png"
|
||||
map "sprites/jumpercables/bright_jmpr_1.png"
|
||||
disablefullbright
|
||||
}
|
||||
|
||||
brightmap sprite jmppb0
|
||||
{
|
||||
map "sprites/bright_jmpr_2.png"
|
||||
map "sprites/jumpercables/bright_jmpr_2.png"
|
||||
disablefullbright
|
||||
}
|
||||
|
||||
brightmap sprite jmppc0
|
||||
{
|
||||
map "sprites/bright_jmpr_3.png"
|
||||
map "sprites/jumpercables/bright_jmpr_3.png"
|
||||
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);
|
||||
if(bat) {
|
||||
bat.ItemsThatUseThis.Push("GretchenCounter");
|
||||
bat.ItemsThatUseThis.Push("JumperCablesUsable");
|
||||
}
|
||||
|
||||
// Delete disabled items from backpacks that just spawned.
|
||||
|