sm64coopdx/levels
PeachyPeachSM64 b4c8f023d2
Some checks failed
Build coop / build-linux (push) Has been cancelled
Build coop / build-steamos (push) Has been cancelled
Build coop / build-windows-opengl (push) Has been cancelled
Build coop / build-windows-directx (push) Has been cancelled
Build coop / build-macos-arm (push) Has been cancelled
Build coop / build-macos-intel (push) Has been cancelled
Make painting textures replaceable by Lua
Fix `textureArray` type to be recognized by autogen.

Painting textures can be replaced with the following code:
```
local tex1 = get_texture_info("texture_bottom")
local tex2 = get_texture_info("texture_top")

gPaintingValues.bob_painting.textureArray[1] = tex1.texture
gPaintingValues.bob_painting.textureArray[2] = tex2.texture
```

Texture format must be RGBA 16-bit for built-in textures or
RGBA 32-bit for mod loaded textures.
2025-10-05 12:12:14 +02:00
..
bbh Make some BBH displaylists unlit 2024-03-23 21:05:26 -04:00
bitdw
bitfs
bits
bob
bowser_1
bowser_2
bowser_3
castle_courtyard
castle_grounds
castle_inside Make painting textures replaceable by Lua 2025-10-05 12:12:14 +02:00
ccm
cotmc
ddd
ending Make ending set level to LEVEL_ENDING 2024-12-15 20:24:00 -05:00
hmc Make painting textures replaceable by Lua 2025-10-05 12:12:14 +02:00
intro Disable file select on OG title screen (accessible with special_warp(SPECIAL_WARP_TITLE)) 2024-11-12 19:01:02 -05:00
jrb
lll
menu Some changes 2024-07-14 11:37:48 -04:00
pss
rr Lay some groundwork for more documentation, fix compilation error, put backgrounds into enum 2025-04-26 23:29:21 -04:00
sa
sl
ssl
thi Lay some groundwork for more documentation, fix compilation error, put backgrounds into enum 2025-04-26 23:29:21 -04:00
totwc
ttc
ttm Make painting textures replaceable by Lua 2025-10-05 12:12:14 +02:00
vcutm
wdw
wf
wmotr
course_defines.h
entry.c
entry.h
level_defines.h
level_headers.h.in
level_rules.mk
scripts.c Some changes 2024-07-14 11:37:48 -04:00
scripts.h