mirror of
https://github.com/Relintai/texture_packer.git
synced 2024-11-12 10:15:16 +01:00
The text in Readme.md now takes 4.0 into account.
This commit is contained in:
parent
e3047f7dfa
commit
2993ed34f3
16
README.md
16
README.md
@ -6,15 +6,21 @@ It can create texture atlases for you even in the running game.
|
||||
|
||||
It uses the legacy version of [rectpack2D](https://github.com/TeamHypersomnia/rectpack2D/tree/legacy)
|
||||
|
||||
It *should* work on all platforms.
|
||||
It should work on all platforms.
|
||||
|
||||
It supports both godot 3.2 and 4.0 (master). Note that since 4.0 is still in very early stages I only
|
||||
check whether it works from time to time.
|
||||
|
||||
# Building
|
||||
|
||||
1. Get the source code for the Godot Engine.
|
||||
1. Get the source code for the engine.
|
||||
|
||||
If you want Godot 3.2:
|
||||
```git clone -b 3.2 https://github.com/godotengine/godot.git godot```
|
||||
|
||||
If you want Godot 4.0:
|
||||
```git clone https://github.com/godotengine/godot.git godot```
|
||||
|
||||
```
|
||||
git clone https://github.com/godotengine/godot.git godot
|
||||
```
|
||||
|
||||
2. Go into Godot's modules directory.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user