From 62139b718a50d70d5141c5bee16e5c139139543d Mon Sep 17 00:00:00 2001 From: Kevin Trogant Date: Mon, 29 Jul 2024 18:13:17 +0200 Subject: [PATCH] tweak: Remove unnecessary quotation marks from launcher.cfg --- cfg/launcher.cfg | 4 ++-- docs/COMMITS.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/cfg/launcher.cfg b/cfg/launcher.cfg index b6c0bf7..cdbe2f7 100644 --- a/cfg/launcher.cfg +++ b/cfg/launcher.cfg @@ -1,6 +1,6 @@ rt_Renderer = vk -rt_WindowTitle = "rtengine" +rt_WindowTitle = rtengine rt_WindowWidth = 1024 rt_WindowHeight = 768 rt_WindowMode = 0 -rt_GameLib = "(null)" +rt_GameLib = (null) diff --git a/docs/COMMITS.md b/docs/COMMITS.md index 0f42b77..2ae7ac0 100644 --- a/docs/COMMITS.md +++ b/docs/COMMITS.md @@ -17,6 +17,7 @@ The type is one of: - **refactor**: Commit refactors code - **perf**: Commit optimizes performance - **doc**: Commit changes or adds documentation +- **tweak**: Minor changes A scope may be appended to the type, for example: `feat(renderer): Implement the good lights`