Commit Graph

98 Commits

Author SHA1 Message Date
OverflowNarhoym ff14aea8b2 Updated moving platform script 2022-02-23 13:05:30 +01:00
Syntriax b73372fe3f UI Sprites, Buttons, Canvases, Prefabs and a new Font Added 2022-02-23 14:53:01 +03:00
OverflowNarhoym 2ab3a57899 Merge remote-tracking branch 'origin/Syntriax' into Over
# Conflicts:
#	UserSettings/EditorUserSettings.asset
#	UserSettings/Layouts/default-2021.dwlt
2022-02-23 12:05:27 +01:00
OverflowNarhoym a51ee25bcc Added platform prefabs and sprites 2022-02-23 11:47:46 +01:00
Syntriax a1e5a5ad88 Merge remote-tracking branch 'origin/Over' into Syntriax 2022-02-23 12:34:17 +03:00
OverflowNarhoym bd4ad40bd1 Fixed jumping bug 2022-02-23 10:29:46 +01:00
OverflowNarhoym ba34a2ffb7 Removed normalized vector 2022-02-23 10:23:58 +01:00
Syntriax a030894ff3 Merge remote-tracking branch 'origin/Over' into Syntriax 2022-02-23 11:43:30 +03:00
OverflowNarhoym 9d0f9e620c Improved jumping and moving 2022-02-22 21:49:06 +01:00
Syntriax 80842b86e1 Merge remote-tracking branch 'origin/Over' into Syntriax 2022-02-22 22:03:24 +03:00
Syntriax 25d021a1b2 Interactable Triggers Added 2022-02-22 21:59:55 +03:00
Syntriax b9a7996f44 Interactables Added 2022-02-22 21:59:55 +03:00
OverflowNarhoym eca7e130dd Removed exception on OnInteract method 2022-02-22 19:58:50 +01:00
OverflowNarhoym 6a0dd5f498 Changed jump variable 2022-02-22 19:58:15 +01:00
OverflowNarhoym 643460f392 Replaced magic numbers with constants 2022-02-22 19:07:11 +01:00
OverflowNarhoym 9160a0092a Fixed deceleration bug in BaseSpeed property 2022-02-22 19:05:14 +01:00
OverflowNarhoym 05b9d76576 Merge remote-tracking branch 'origin/Syntriax' into Over 2022-02-22 18:39:43 +01:00
OverflowNarhoym 557496897a Added Orientation enum and climbing input handling 2022-02-22 18:39:19 +01:00
Syntriax aa05954353 Merge remote-tracking branch 'origin/Over' into Syntriax 2022-02-22 19:51:05 +03:00
OverflowNarhoym da4fc01a50 Added movement acceleration 2022-02-22 17:43:05 +01:00
Syntriax 1a94602ada Shooting Enemies now stops for a bit and then starts shooting 2022-02-22 18:03:09 +03:00
OverflowNarhoym 51f44fc153 Improved jumping and added TODOs 2022-02-22 12:17:45 +01:00
OverflowNarhoym 9d911b058a Merge remote-tracking branch 'origin/Syntriax' into Over 2022-02-22 09:49:53 +01:00
OverflowNarhoym 376aedc6fc Added interact input 2022-02-22 09:49:48 +01:00
Syntriax 3b89be5041 Projectlie Shooting Enemy Added 2022-02-22 11:25:25 +03:00
OverflowNarhoym 296ec11d7a Merge remote-tracking branch 'origin/Syntriax' into Over
# Conflicts:
#	Assets/Scripts/Player/PlayerController.cs
2022-02-21 22:49:52 +01:00
OverflowNarhoym 961c8cf865 Modified scene 2022-02-21 22:48:53 +01:00
Syntriax 6e7a90fd86 Merged Wall and Ground Enemies into One 2022-02-22 00:47:26 +03:00
Syntriax 54a1ce62e5 Merge remote-tracking branch 'origin/Over' into Syntriax 2022-02-22 00:04:36 +03:00
Syntriax 90c0e3b431 IPausable added to BasicEnemies 2022-02-22 00:04:15 +03:00
OverflowNarhoym db47afe89d Updated PlayerController.cs 2022-02-21 21:36:08 +01:00
OverflowNarhoym aebb1f0f05 Merge remote-tracking branch 'origin/Syntriax' into Over 2022-02-21 18:44:08 +01:00
Syntriax db33696e0c Typo fix 2 2022-02-21 20:43:47 +03:00
Syntriax 9249898272 Typo fix 2022-02-21 20:43:25 +03:00
OverflowNarhoym 3565ada6cb Merge remote-tracking branch 'origin/Syntriax' into Over 2022-02-21 18:40:35 +01:00
OverflowNarhoym 1eb0cfa3de Updated PlayerController.cs 2022-02-21 18:40:03 +01:00
Syntriax d4ebf87eb7 Added Enemy Variants for Wall and Ground Enemies
Added Todo to CollisionChecker
2022-02-21 20:36:00 +03:00
OverflowNarhoym b27aab9c9b Merge remote-tracking branch 'origin/Syntriax' into Over 2022-02-21 17:12:12 +01:00
Syntriax 8c5bd12294 Typo fixes 2022-02-21 19:09:59 +03:00
OverflowNarhoym ddfec7ee52 Merge remote-tracking branch 'origin/Syntriax' into Over 2022-02-21 16:48:54 +01:00
Syntriax 51578e4130 Typo Fixed 2022-02-21 18:47:01 +03:00
OverflowNarhoym 069a1da352 Removed unused variable 2022-02-21 16:46:03 +01:00
Syntriax cd2f667f56 Collission Checker has been Added and Basic Patrolling Enemy Updated to use the Checkers 2022-02-21 16:27:23 +03:00
Syntriax 4cfbf23960 Enemy Movement and BasicPatrollingEnemyAI has added 2022-02-21 15:53:23 +03:00
Syntriax 4fa1927fdc Fixed the wrong type in the IMovement 2022-02-21 14:29:21 +03:00
Syntriax 2295650e16 Movement and Pausable interfaces added 2022-02-21 14:25:17 +03:00
OverflowNarhoym 11897b2c4c Over Branch Creation 2022-02-21 11:37:47 +01:00
OverflowNarhoym 2f2e04f1af Initial Commit 2022-02-21 10:52:14 +01:00