+1
-2
@@ -6,9 +6,8 @@ steps:
|
|||||||
- make ci-version
|
- make ci-version
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: barichello/godot-ci:4.7.1
|
image: git.teletypegames.org/internal/godot-builder:4.7.1
|
||||||
commands:
|
commands:
|
||||||
- apt-get update && apt-get install -y --no-install-recommends make zip
|
|
||||||
- make ci-export
|
- make ci-export
|
||||||
|
|
||||||
- name: artifact
|
- name: artifact
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ point for the opponent.
|
|||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
||||||
The project uses the [godot-tools](https://git.teletype.hu/tools/godot-tools)
|
The project uses the [godot-tools](https://git.teletypegames.org/tools/godot-tools)
|
||||||
templates: build logic lives in the `Makefile`, the web export
|
templates: build logic lives in the `Makefile`, the web export
|
||||||
configuration in `export_presets.cfg` (the `Web` preset, threads
|
configuration in `export_presets.cfg` (the `Web` preset, threads
|
||||||
disabled).
|
disabled).
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
"title": "Pong",
|
"title": "Pong",
|
||||||
"author": "Teletype Games",
|
"author": "Teletype Games",
|
||||||
"desc": "The classic two-player Pong, made in Godot.",
|
"desc": "The classic two-player Pong, made in Godot.",
|
||||||
"site": "https://git.teletype.hu/games/pong",
|
"site": "https://git.teletypegames.org/games/pong",
|
||||||
"license": "MIT License",
|
"license": "MIT License",
|
||||||
"version": "0.1.0"
|
"version": "0.1.0"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user