mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-22 03:55:11 +00:00
11 lines
291 B
C
11 lines
291 B
C
// 0x0F000A30
|
|
const GeoLayout metal_box_geo[] = {
|
|
GEO_CULLING_RADIUS(500),
|
|
GEO_OPEN_NODE(),
|
|
GEO_SHADOW(SHADOW_SQUARE_PERMANENT, 0xB4, 70),
|
|
GEO_OPEN_NODE(),
|
|
GEO_DISPLAY_LIST(LAYER_OPAQUE, metal_box_dl),
|
|
GEO_CLOSE_NODE(),
|
|
GEO_CLOSE_NODE(),
|
|
GEO_END(),
|
|
};
|