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-daily-journal-11-09-2024-1731202595 into dev #3197

Merged
merged 1 commit into from
Nov 10, 2024
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
11 changes: 7 additions & 4 deletions apps/kbve.com/src/content/journal/11-08.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: 'November: 7th'
title: 'November: 8th'
category: Daily
date: 2024-11-07 12:00:00
date: 2024-11-08 12:00:00
client: Self
unsplash: 1721332154373-17e78d19b4a4
img: https://images.unsplash.com/photo-1721332154373-17e78d19b4a4?crop=entropy&cs=srgb&fm=jpg&ixid=MnwzNjM5Nzd8MHwxfHJhbmRvbXx8fHx8fHx8fDE2ODE3NDg2ODY&ixlib=rb-4.0.3&q=85
description: November 7th.
description: November 8th.
tags:
- daily
---
Expand All @@ -27,4 +27,7 @@ import { Adsense, Tasks } from '@kbve/astropad';
**CryptoThrone**

More updates to the crypto throne, including changing the tileset.
We might have to go with a new way of handling the tilesets, I think if we switch out of the static and go with a dynamic?
We might have to go with a new way of handling the tilesets, I think if we switch out of the static and go with a dynamic?
The map chunking is still broken and I am not too sure if I will be able to fix.
Maybe instead of having the chunking done during the loading state, I might have to pre-chunk them ahead of time.
Looking through the different examples, it seems that people use build tools to make a custom json chunkset of the map, which makes sense because javascript is not too powerful.
25 changes: 25 additions & 0 deletions apps/kbve.com/src/content/journal/11-09.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: 'November: 9th'
category: Daily
date: 2024-11-09 12:00:00
client: Self
unsplash: 1721332154373-17e78d19b4a4
img: https://images.unsplash.com/photo-1721332154373-17e78d19b4a4?crop=entropy&cs=srgb&fm=jpg&ixid=MnwzNjM5Nzd8MHwxfHJhbmRvbXx8fHx8fHx8fDE2ODE3NDg2ODY&ixlib=rb-4.0.3&q=85
description: November 9th.
tags:
- daily
---

import { Adsense, Tasks } from '@kbve/astropad';

## 2024

- 7:30PM

**Unity**

Just finished a great 3 hour session in Unity!
I got a better understanding of the tilemaps, upgraded unity to LTS 6 and made my first sprite animation.
By next week, I want to create at least 3 or 5 new characters for the game.
Now I have to spend most of the day working on the different tilemaps.