Go to file
Cold-Mint 04858534ba
Fixed an issue where the player did not select the first item slot, but the item in their hand would become the item they just picked up.
解决玩家选中的不是第一个物品槽,但是手中持有的物品会变成刚刚捡起的物品的问题。
2024-07-05 22:56:24 +08:00
data Fixed an issue where Hotbar did not select item A by default, from slot 1 to slot 2, and then from slot 2. 2024-06-26 23:18:50 +08:00
fonts Initial commit 2024-04-28 21:55:19 +08:00
locals Added drag and drop to backpack for quick storage. 2024-07-03 23:31:31 +08:00
prefab With the addition of LogLabel, character support is now patrolling between several points. 2024-07-02 23:16:04 +08:00
scenes Backpack Ui will not prevent clicking the button below anymore. 2024-06-17 22:12:51 +08:00
screenshot/0.0.1 Refactoring the top layer algorithm of the map generator and updating the readme. 2024-05-19 20:29:32 +08:00
scripts Fixed an issue where the player did not select the first item slot, but the item in their hand would become the item they just picked up. 2024-07-05 22:56:24 +08:00
sprites Add PickAbleItem.Change item icon and backgrounds. 2024-06-16 15:28:16 +08:00
tileSets Initial commit 2024-04-28 21:55:19 +08:00
.gitattributes Initial commit 2024-04-28 21:55:19 +08:00
.gitignore Add dotsettings file 2024-06-15 11:34:07 +08:00
ColdMint.Traveler.csproj Add NuGet lib YamlDotNet to project 2024-06-13 21:11:51 +08:00
ColdMint.Traveler.sln Initial commit 2024-04-28 21:55:19 +08:00
ColdMint.Traveler.sln.DotSettings Add dotsettings file 2024-06-15 11:34:07 +08:00
icon.svg Initial commit 2024-04-28 21:55:19 +08:00
icon.svg.import Initial commit 2024-04-28 21:55:19 +08:00
LICENSE Update LICENSE. 2024-05-16 22:57:26 +08:00
LICENSE_JA Extracted from UniversalItemContainer. 2024-06-12 21:33:29 +08:00
LICENSE_ZH Update LICENSE. 2024-05-16 22:57:26 +08:00
project.godot Fixed an issue where items can be thrown without collision damage. 2024-06-27 23:11:30 +08:00
README_JA.md Improve error output and update readme. 2024-07-02 23:58:48 +08:00
README_ZH.md Improve error output and update readme. 2024-07-02 23:58:48 +08:00
README.md Improve error output and update readme. 2024-07-02 23:58:48 +08:00

Star History Chart

English 简体中文 にほんご

Intro

Mint's new game.

A pixel cross-platform roguelite game.

Recent Development progress

Task status
Randomly generated map complete
loot complete
Support still out of the knapsack system complete
Add AI agents to creatures In progress

Screenshot

Game scene

Level graph editor

Run the project locally

Download engine

  1. Download Godot Engine .Net.

    After downloading the engine, you will need to download an additional export template to export as an executable program.

  2. Download .NetSDK.

Clone project

Enter the following command in your working directory:

git clone https://github.com/Cold-Mint/Traveller.git

Export

You need to fill in the Export Presets > Resources > Filter to export non-resource files or folders edit box:

data/*

Participate in translation

The project is prepared for localization at the beginning of writing. You can edit the csv file in the locals directory. To modify and add new translations.

License

GPL-3.0 license

Support commercial, anyone can modify, build, and sell or distribute for free. For all derivative versions of this project, under the GPL, you shall retain the author copyright and publish the modified source code.

Note: You have the right to sell the modified version, but not the original.

Contributor