From c873f9806f7bfd20fbbaf132e521f4812b425413 Mon Sep 17 00:00:00 2001 From: lightyears Date: Fri, 2 Jun 2023 09:23:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=BC=80=E5=8F=91=E8=80=85?= =?UTF-8?q?=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Docs/Developer.md | 7 +++++++ README.md | 11 +---------- 2 files changed, 8 insertions(+), 10 deletions(-) create mode 100644 Docs/Developer.md diff --git a/Docs/Developer.md b/Docs/Developer.md new file mode 100644 index 0000000..c7957be --- /dev/null +++ b/Docs/Developer.md @@ -0,0 +1,7 @@ +# 开发者文档 + +## itch.io + +``` cmd +butler push "Temp/Exports" lightyears1998/cmsgame:windows-64 +``` diff --git a/README.md b/README.md index 2e66383..612436c 100644 --- a/README.md +++ b/README.md @@ -6,16 +6,7 @@ ## 开发环境 -- Godot 4.0 with Mono -- [.NET 7.0](https://dotnet.microsoft.com/en-us/download/dotnet/7.0) - -## 素材 - -### 图像素材 - -1. 背景 1920 x 1080 -2. 精灵材质 尺寸尽量采用2的倍数。256 512 1024 2048 -3. 人物需要面对镜头、背对镜头、朝向左侧和朝向右侧四个方向的贴图。在不考虑手性的前提下,朝左和朝右的贴图可以是镜像关系。 +Godot 4.0 with Mono (.NET 7.0) ## 许可