Layla layla
  • Joined on 2023-04-11
layla synced commits to master at layla/build-godot-action from mirror 2025-03-05 00:00:29 +01:00
3c963e8ee7 Update ReadMe.md
bf732c604a Adjusted templates folder name (#29)
92a759bf66 Update entrypoint.sh (#22)
7f89f866c8 Allow Spaces in projectDir (#21)
637752b54e Update ReadMe.md
Compare 5 commits »
layla synced commits to master at layla/butler-publish-itchio-action from mirror 2025-03-04 23:59:19 +01:00
eed59bf1db Update Dockerfile
layla synced commits to refs/pull/26/merge at layla/build-godot-action from mirror 2024-08-06 00:42:57 +02:00
778ecaf0da Merge 8b73ce192fc5ac52639e4a4abb5ced822e2c7682 into f759ed7f8fcb5137cb70873ecf663aa8a1bd998b
8b73ce192f Merge branch 'yeslayla:master' into master
Compare 2 commits »
layla synced commits to refs/pull/26/head at layla/build-godot-action from mirror 2024-08-06 00:42:56 +02:00
8b73ce192f Merge branch 'yeslayla:master' into master
f759ed7f8f Adjusted templates folder name (#29)
Compare 2 commits »
layla synced commits to refs/pull/26/merge at layla/build-godot-action from mirror 2024-04-23 10:53:15 +02:00
df2910c7df Merge 4117f9a9b07d1a919a1665ee5c69044a31d84056 into f759ed7f8fcb5137cb70873ecf663aa8a1bd998b
f759ed7f8f Adjusted templates folder name (#29)
Compare 2 commits »
layla synced commits to master at layla/build-godot-action from mirror 2024-04-23 02:43:15 +02:00
f759ed7f8f Adjusted templates folder name (#29)
layla synced commits to master at layla/butler-publish-itchio-action from mirror 2024-04-01 16:59:54 +02:00
b5f0b072e8 Update Dockerfile
layla pushed to main at layla/birdbot 2024-03-09 13:44:46 +01:00
dfa77ce243 Fix plugins directory
layla pushed to main at layla/birdbot 2024-03-09 13:30:01 +01:00
abd373916e Improved role selection
layla pushed to main at layla/birdbot 2024-03-06 21:40:41 +01:00
ee1bb762fb Add improve webhook integration
355b95e544 Update Dockerfile
Compare 2 commits »
layla pushed to main at layla/birdbot 2024-03-04 00:46:24 +01:00
6d0c98f62b Update go version in workflows
layla pushed to main at layla/birdbot 2024-03-04 00:42:18 +01:00
63edfbc268 Standard updates
layla pushed to feature/godot4 at layla/glitch-in-the-system 2024-01-28 15:06:07 +01:00
258b6c7856 Unbork some very borked stuff
layla pushed to feature/godot4 at layla/glitch-in-the-system 2024-01-23 21:46:18 +01:00
49562ba9ce General code improvements, progress step tracker implementation for worldgen, and work towards enemy behavior
layla opened issue layla/glitch-in-the-system#11 2024-01-23 13:01:33 +01:00
Enhance Melee Combat
layla commented on issue layla/glitch-in-the-system#6 2024-01-21 18:23:11 +01:00
Improve AI intellect

Start of new AI system has been started in the Enemy class. https://gitea.layla.gg/layla/glitch-in-the-system/src/branch/feature/godot4/scripts/v2/enemy.gd

To give smart acting pathing, I…

layla pushed to feature/godot4 at layla/glitch-in-the-system 2024-01-21 18:18:48 +01:00
3f465a708c Improvements
layla pushed to feature/godot4 at layla/glitch-in-the-system 2024-01-21 16:40:48 +01:00
9e3deaf3b0 Mag gen & work towards AI
layla closed issue layla/glitch-in-the-system#1 2024-01-21 16:05:33 +01:00
Room-based Generation
layla commented on issue layla/glitch-in-the-system#1 2024-01-21 00:46:31 +01:00
Room-based Generation

So now the level generation itself has been

What's left:

  • Spawn & Character Generation
    • Essentially just placing a single object that will be replaced with a player object
  • Enemy…