files from the project

This commit is contained in:
Sebastian Bularca
2026-04-12 19:21:21 +02:00
parent 561ce6eea9
commit 467dab875b
18 changed files with 693 additions and 2 deletions

16
package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "com.jovian.calendar",
"version": "0.1.0",
"displayName": "Jovian Calendar",
"description": "A configurable in-game calendar and world clock system with custom months, day lengths, week tracking, and serializable date-time.",
"unity": "2022.3",
"keywords": [
"calendar",
"time",
"clock",
"date"
],
"author": {
"name": "Jovian"
}
}