Skip to content

Commit

Permalink
update readme godot version + add sop section
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamby777 committed Aug 19, 2024
1 parent 94dae57 commit 0ba1090
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ control of your own hardware overly complicated... and is also open-source! <3

---

On Godot version 4.2.2
On Godot version 4.3

Using [godot-rust/gdext](https://github.com/godot-rust/gdextension) for most of
the stuff, because of the type system. Prefer GDScript for things that probably
won't need to interact with Rust code, and are simpler to just write as GDScript
scripts.
scripts (for example, enemy attack patterns or NPC dialogue).

---

Expand All @@ -36,6 +36,10 @@ the world, right?

## (Recommended...?) Workflow

IMPORTANT: Read the [SOPs](pets-lib/sop/index.md) for some instructions on common tasks.
If you can't find what you're looking for there, open a ticket and I'll be happy
to help you out and add an entry for future reference.

You're probably gonna want to spend most of your time in the `pets-lib` folder.
This is where the Rust side of the codebase is in. The `pets-gd` folder has the
Godot project, but that's edited with the actual Godot editor.
Expand Down

0 comments on commit 0ba1090

Please sign in to comment.