Commit Graph

20 Commits

Author SHA1 Message Date
9134e7812f Spawn a few mobs randomly. 2022-09-30 09:14:18 +02:00
4d6c60a859 Don't throw an error when runnin the world scene by itself. 2022-09-30 09:07:01 +02:00
284e83ad8f Updated the engine. 2022-08-24 16:09:27 +02:00
8aaa1e82e1 Now the spawner uses vector2s as positions. 2022-03-05 12:33:05 +01:00
dbd6926290 Updated terraman2D. I reimplemented colliders. 2022-03-04 18:16:09 +01:00
556f6b2e2c Added more test walls. 2022-03-03 18:00:51 +01:00
077d0973e2 Updated Terraman and switched to the new isometric world. (It's just a copy of the simple world at the moment though.) 2022-03-01 23:51:35 +01:00
f29fc963a4 Updated terraman2d to the latest. I just renamed the blocky world, mesher and chunk to Simple. 2022-03-01 23:24:15 +01:00
0a33c6073b Don't offset the back side walls. 2022-03-01 22:05:14 +01:00
3cba2b5dae Enabled y sorting for terraman's world. 2022-03-01 22:03:34 +01:00
1b375d109d Reworked entity body setup. Now instead of Entity -> body -> (Sprite, Nameplate etc). It will worki like Body -> (Entity, sprite, Nameplate etc). This fixes y sorting. Nameplates are a bit broken right now, that will be fixed later. 2022-03-01 22:00:10 +01:00
4b04f949a5 Set texture scale to 1, re generate the textures as 32x32, and remove the mmgd files. 2022-02-27 00:14:52 +01:00
04fae8e616 More finetuning to it. 2022-02-26 17:51:51 +01:00
2e4b36c852 Change the isometric angles. 2022-02-26 17:50:15 +01:00
63e12b7077 Updated Terraman2D to get the new wall support. Added test walls to the level generator. 2022-02-26 17:44:40 +01:00
5d90332d00 UPdated Terraman to get the merger surface's uv rect calculation fix. 2022-02-26 10:06:48 +01:00
7f02d7d69d The textures are now 128x128. Also smaller tweaks. 2022-02-26 02:08:35 +01:00
05255fd86d Updated Terraman2D. I added back in texture scale calculations. Now the world uses it. 2022-02-26 01:51:53 +01:00
e60fceb1d9 Add the textures form the 3d project. 2022-02-26 01:36:10 +01:00
fa1fbd62db Set up a Terraman2D based world. 2022-02-26 01:22:34 +01:00