sevivon

[DORMANT] multiplayer dreidel game for mobile devices w/ godot
git clone git://git.figbert.com/sevivon.git
Log | Files | Refs | README | LICENSE

commit 9d53d5cdcd02eef842fdf4d305b096ebf915d278
parent dcf4b2bc82b1170b8c0b4f929aa830f5a4e8a7d1
Author: FIGBERT <figbert@figbert.com>
Date:   Wed, 10 Mar 2021 22:17:19 -0800

Rename Sov to Sevivon

Diffstat:
MREADME.md | 6+++---
Mproject.godot | 2+-
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md @@ -1,6 +1,6 @@ -# Sov +# Sevivon -**Sov** is an open-source multiplayer [dreidel][dreidel] game for +**Sevivon** is an open-source multiplayer [dreidel][dreidel] game for mobile devices, built with [Godot][godot]. ## Status @@ -16,7 +16,7 @@ organization][organization] guidelines, and holds to the following ASCII tree: ``` -sov/ +sevivon/ ├─ src/ │ ├─ scenes/ │ │ ├─ example_scene/ diff --git a/project.godot b/project.godot @@ -15,7 +15,7 @@ _global_script_class_icons={ [application] -config/name="Sov" +config/name="Sevivon" run/main_scene="res://src/scenes/main.tscn" config/icon="res://icon.png"