Changeset View
Changeset View
Standalone View
Standalone View
src/examples/ephysics/ephysics_test.h
Show All 32 Lines | |||||
33 | #endif | 33 | #endif | ||
34 | #define WRN(...) EINA_LOG_DOM_WARN(_ephysics_test_log_dom, __VA_ARGS__) | 34 | #define WRN(...) EINA_LOG_DOM_WARN(_ephysics_test_log_dom, __VA_ARGS__) | ||
35 | 35 | | |||
36 | #ifdef CRI | 36 | #ifdef CRI | ||
37 | # undef CRI | 37 | # undef CRI | ||
38 | #endif | 38 | #endif | ||
39 | #define CRI(...) EINA_LOG_DOM_CRIT(_ephysics_test_log_dom, __VA_ARGS__) | 39 | #define CRI(...) EINA_LOG_DOM_CRIT(_ephysics_test_log_dom, __VA_ARGS__) | ||
40 | 40 | | |||
41 | #define EPHYSICS_TEST_THEME "ephysics_test" | 41 | #define EPHYSICS_TEST_THEME "themes/ephysics_test" | ||
42 | #define WIDTH (512) | 42 | #define WIDTH (512) | ||
43 | #define HEIGHT (384) | 43 | #define HEIGHT (384) | ||
44 | #define DEPTH (100) | 44 | #define DEPTH (100) | ||
45 | #define SHADOW_ALPHA_ID (1) | 45 | #define SHADOW_ALPHA_ID (1) | ||
46 | #define FLOOR_Y (344) | 46 | #define FLOOR_Y (344) | ||
47 | #define FLOOR_WIDTH (750) | 47 | #define FLOOR_WIDTH (750) | ||
48 | #define SH_THRESHOLD (200) | 48 | #define SH_THRESHOLD (200) | ||
49 | 49 | | |||
Show All 32 Lines |