Skip to content

Commit

Permalink
impl sessions interface, etc
Browse files Browse the repository at this point in the history
* automatically set local_user_id and target_user_id for most options using the most recently signed in user
* rename EOS_tick to EOSGRuntime
* rename lobby utils from eos to eosg
* add helper macro for binding signals
* add helper macro for eos handles to godot wrapper class
  • Loading branch information
3ddelano committed Dec 21, 2023
1 parent 30d6ed8 commit 5e53055
Show file tree
Hide file tree
Showing 35 changed files with 2,131 additions and 649 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ Follow the instructions in [Running the service for local development](https://d
- [x] Implementation
- [ ] Sample
- Sessions Interface
- [ ] Implementation
- [x] Implementation
- [ ] Sample
- TitleStorage Interface
- [x] Implementation
Expand Down
115 changes: 44 additions & 71 deletions sample/Main.gd

Large diffs are not rendered by default.

Loading

0 comments on commit 5e53055

Please sign in to comment.