Skip to content

Commit

Permalink
update metadata for initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
altalk23 committed Jun 22, 2024
1 parent c2d6226 commit e2e1c03
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 13 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,5 @@ build-*/

# CLion
/cmake-build-*/

**/*.kra
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
# Allium
This is where she makes a mod.
# Allium Drawing Tool

<img src="logo.png" width="150" alt="the mod's logo" />

*Update logo.png to change your mod's icon (please)*

## Getting started
We recommend heading over to [the getting started section on our docs](https://docs.geode-sdk.org/getting-started/) for useful info on what to do next.
The drawing tool for Geometry Dash. Currently in <cr>Alpha</c>, expect issues, and lots of new features.

## Build instructions
For more info, see [our docs](https://docs.geode-sdk.org/getting-started/create-mod#build)
For more info, see [the docs](https://docs.geode-sdk.org/getting-started/create-mod#build)
```sh
# Assuming you have the CLI set up already
geode build
Expand Down
10 changes: 8 additions & 2 deletions about.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Template Mod
# Allium Drawing Tool

Edit about.md to change this
The drawing tool for Geometry Dash. Currently in <cr>Alpha</c>, expect issues, and lots of new features.

If you like my work you can support me from my [Ko-Fi](https://ko-fi.com/alk1m123)!

## Licenses

* [Geode: BSL 1.0](https://github.com/geode-sdk/geode/blob/main/LICENSE.txt)
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Changelog

## v0.1.0-alpha
* Initial release, only supports line drawings.
Binary file modified logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"gd": {
"win": "2.206"
},
"version": "v0.1.0",
"version": "v0.1.0-alpha",
"id": "alk.allium",
"name": "Allium",
"name": "Allium Drawing Tool",
"developer": "alk",
"description": "The drawing tool for Geometry Dash",
"dependencies": [
Expand Down

0 comments on commit e2e1c03

Please sign in to comment.