mirror of
https://github.com/izzy2lost/Ghostship.git
synced 2026-06-19 01:17:03 -07:00
15 lines
630 B
C
15 lines
630 B
C
#pragma once
|
|
|
|
static const ALIGN_ASSET(2) char yellow_coin_geo[] = "__OTR__actors/coin/geo/yellow_coin_geo";
|
|
|
|
static const ALIGN_ASSET(2) char yellow_coin_no_shadow_geo[] = "__OTR__actors/coin/geo/yellow_coin_no_shadow_geo";
|
|
|
|
static const ALIGN_ASSET(2) char blue_coin_geo[] = "__OTR__actors/coin/geo/blue_coin_geo";
|
|
|
|
static const ALIGN_ASSET(2) char blue_coin_no_shadow_geo[] = "__OTR__actors/coin/geo/blue_coin_no_shadow_geo";
|
|
|
|
static const ALIGN_ASSET(2) char red_coin_geo[] = "__OTR__actors/coin/geo/red_coin_geo";
|
|
|
|
static const ALIGN_ASSET(2) char red_coin_no_shadow_geo[] = "__OTR__actors/coin/geo/red_coin_no_shadow_geo";
|
|
|