Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Merge patch-atomic-creating-main-scene-for-b13-02-18-2025-1739923075 into dev #3998

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions apps/gamejam/brackeys/13/scenes/game.tscn
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[gd_scene format=3 uid="uid://cbrda40vq26pj"]

[node name="Game" type="Node2D"]
7 changes: 7 additions & 0 deletions apps/kbve/kbve.com/src/content/journal/02-18.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ imaginary world problem - Damn, these reusable workflows on the cloud vm are so
Eventually the goal will be to make this monorepo super modular and easy to build out even faster, there might be a point where we can go from concept to full startup in less than 48 hours.


### B13

- 06:58PM

Starting the base foundation for the brackeys game jam, this time around, we will stick with the basic gdscript and avoid calling the rust code until later on.
Once the base game is playable and generic gameloop is done, then we can shift some of the logic over to the rust side.

## 2024

### Style
Expand Down