Add readme for the GTA directory

This commit is contained in:
Atirut Wattanamongkol 2022-11-14 19:39:44 +07:00
parent 8aacf6255b
commit 9546665201
2 changed files with 7 additions and 0 deletions

1
.gitignore vendored
View file

@ -4,3 +4,4 @@
# In-project GTA directory for testing # In-project GTA directory for testing
gta/* gta/*
!gta/.gdignore !gta/.gdignore
!gta/README.md

6
gta/README.md Normal file
View file

@ -0,0 +1,6 @@
# Put your copy of GTA 3 here for debugging
When launched from Godot's editor, this project uses this directory for GTA 3
assets to make testing easier.
When you build this project as standalone, you should put its executable and
`.pck` files into your copy of GTA 3 and launch it from there.