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

Commit f341a3c

Browse files
committed
readme
1 parent 6d58f92 commit f341a3c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
### Godot
1515

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

2020

2121

2222
### Unity
2323

2424
| Preview | Name | Tutorial | Features | Language | Networking |
25-
| ------- | ---- | -------- | -------- | -------- | ---------- | --------- |
25+
| ------- | ---- | -------- | -------- | -------- | ---------- |
2626
| ![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 |
2727

2828

_internal/templater/tpl/root/README.md.tera

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
{% macro engine_table(engine, rendering) -%}
1313
| Preview | Name | Tutorial | Features | Language | Networking |{% if rendering %} Rendering |{% endif %}
14-
| ------- | ---- | -------- | -------- | -------- | ---------- | --------- |
14+
| ------- | ---- | -------- | -------- | -------- | ---------- |{% if rendering %} --------- |{% endif %}
1515
{% for ex in examples -%}
1616
{% if ex.engine_id == engine -%}
1717
| {% 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 %}

0 commit comments

Comments
 (0)