mirror of
https://github.com/HarbourMasters/Starship
synced 2026-08-12 20:22:41 -04:00
Bonus Text, more object field names, consistent vector component names (#106)
* fixes and stuff * filenames * xyz
This commit is contained in:
+2
-4
@@ -25,9 +25,7 @@ typedef struct {
|
||||
/* 0x04 */ f32 unk_04;
|
||||
/* 0x08 */ f32 unk_08;
|
||||
/* 0x0C */ f32 zAngle;
|
||||
/* 0x10 */ f32 posX;
|
||||
/* 0x14 */ f32 posY;
|
||||
/* 0x18 */ f32 posZ;
|
||||
/* 0x10 */ Vec3f pos;
|
||||
/* 0x1C */ f32 unk_1C;
|
||||
/* 0x20 */ f32 scale;
|
||||
/* 0x24 */ s32 alpha;
|
||||
@@ -41,7 +39,7 @@ typedef struct {
|
||||
/* 0x0 */ u8* addr;
|
||||
/* 0x4 */ s32 width;
|
||||
/* 0x8 */ s32 height;
|
||||
/* 0xC */ f32 posX;
|
||||
/* 0xC */ f32 xPos;
|
||||
} Texture; // size = 0x10
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user