From e1b6311025f4e1ced5f864b568d3b21b0555fa16 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Mon, 4 Apr 2022 00:13:55 -0400 Subject: [PATCH] Give the game a name --- README.md | 2 +- game/dist/project-constants.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1c680199..274cec2f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Ludum Dare 50: *unnamed game* +# Ludum Dare 50: *Melting Point* [![Build Full Release](https://github.com/Ewpratten/ludum-dare-50/actions/workflows/build.yml/badge.svg)](https://github.com/Ewpratten/ludum-dare-50/actions/workflows/build.yml) ## Navigating this repository diff --git a/game/dist/project-constants.json b/game/dist/project-constants.json index ec52701f..ca4d1628 100644 --- a/game/dist/project-constants.json +++ b/game/dist/project-constants.json @@ -1,5 +1,5 @@ { - "game_name": "Ludum Dare 50", + "game_name": "Melting Point", "base_window_size": [ 1080, 720