Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFlurry committed Dec 27, 2023
1 parent 6d58f92 commit f341a3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
### Godot

| Preview | Name | Tutorial | Features | Language | Networking |
| ------- | ---- | -------- | -------- | -------- | ---------- | --------- |
| ------- | ---- | -------- | -------- | -------- | ---------- |
| ![Preview](./godot/bomber/_media/preview_128.png) | [Bomber](./godot/bomber) | [Tutorial](https://rivet.gg/learn/godot/tutorials/crash-course) | ♟️🌐 | GDScript | High-Level Multiplayer |



### Unity

| Preview | Name | Tutorial | Features | Language | Networking |
| ------- | ---- | -------- | -------- | -------- | ---------- | --------- |
| ------- | ---- | -------- | -------- | -------- | ---------- |
| ![Preview](./unity/tanks-fishnet/_media/preview_128.png) | [Tanks](./unity/tanks-fishnet) | [Tutorial](https://rivet.gg/learn/unity/tutorials/fishnet/crash-course) | ♟️🌐 | C# | Fish-Networking |


Expand Down
2 changes: 1 addition & 1 deletion _internal/templater/tpl/root/README.md.tera
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

{% macro engine_table(engine, rendering) -%}
| Preview | Name | Tutorial | Features | Language | Networking |{% if rendering %} Rendering |{% endif %}
| ------- | ---- | -------- | -------- | -------- | ---------- | --------- |
| ------- | ---- | -------- | -------- | -------- | ---------- |{% if rendering %} --------- |{% endif %}
{% for ex in examples -%}
{% if ex.engine_id == engine -%}
| {% if ex.has_preview %}![Preview]({{ ex.path }}/_media/preview_128.png){% endif %} | [{{ ex.config.display.title }}]({{ ex.path }}) | {% if ex.config.display.tutorial_url %}[Tutorial]({{ ex.config.display.tutorial_url }}){% endif %} | {{ ex.features }} | {{ ex.language }} | {{ex.networking }} |{% if rendering %} {{ ex.rendering }} |{% endif %}
Expand Down

0 comments on commit f341a3c

Please sign in to comment.