Skip to content

Commit 925b967

Browse files
authored
Merge pull request #10657 from tetrapod00/update-intro-games
Update games made with Godot in Getting Started
2 parents 16f672e + e621b00 commit 925b967

10 files changed

+25
-12
lines changed

getting_started/introduction/godot_design_philosophy.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -145,11 +145,12 @@ and scenes for your games, or **build plugins and extend the editor.**
145145
This leads to a reliable and flexible UI system, as it powers the editor
146146
itself. With the ``@tool`` annotation, you can run any game code in the editor.
147147

148-
|image5|
148+
.. figure:: img/introduction_rpg_in_a_box.webp
149+
:align: center
149150

150-
*RPG in a Box is a voxel RPG editor made with Godot 2. It uses Godot's
151-
UI tools for its node-based programming system and for the rest of the
152-
interface.*
151+
RPG in a Box is a voxel RPG editor made with Godot. It uses Godot's
152+
UI tools for its node-based programming system and for the rest of the
153+
interface.
153154

154155
Put the ``@tool`` annotation at the top of any GDScript file and it will run
155156
in the editor. This lets you import and export plugins, create plugins
@@ -173,4 +174,3 @@ interfaces over your 3D world.
173174
.. |image0| image:: img/engine_design_01.png
174175
.. |image1| image:: img/engine_design_02.png
175176
.. |image2| image:: img/engine_design_03.png
176-
.. |image5| image:: img/engine_design_rpg_in_a_box.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

getting_started/introduction/introduction_to_godot.rst

+20-7
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,31 @@ Godot was initially developed in-house by an Argentinian game studio. Its
3333
development started in 2001, and the engine was rewritten and improved
3434
tremendously since its open source release in 2014.
3535

36-
Some examples of games created with Godot include Ex-Zodiac and Helms of Fury.
36+
Some examples of games created with Godot include Cassette Beasts, PVKK, and
37+
Usagi Shima. As for applications, the open source pixel art drawing program
38+
Pixelorama is powered by Godot, and so is the voxel RPG creator RPG in a Box.
39+
You can find many more examples in the `Official Showcase
40+
<https://godotengine.org/showcase/>`_.
3741

38-
.. image:: img/introduction_ex_zodiac.png
42+
.. figure:: img/introduction_usagi_shima.webp
43+
:align: center
3944

40-
.. image:: img/introduction_helms_of_fury.jpg
45+
Usagi Shima
4146

42-
As for applications, the open source pixel art drawing program Pixelorama is
43-
powered by Godot, and so is the voxel RPG creator RPG in a box.
47+
.. figure:: img/introduction_cassette_beasts.webp
48+
:align: center
4449

45-
.. image:: img/introduction_rpg_in_a_box.png
50+
Cassette Beasts
4651

47-
You can find many more examples in the `official showcase videos`_.
52+
.. figure:: img/introduction_pvkk.webp
53+
:align: center
54+
55+
PVKK: Planetenverteidigungskanonenkommandant
56+
57+
.. figure:: img/introduction_rpg_in_a_box.webp
58+
:align: center
59+
60+
RPG in a Box
4861

4962
How does it work and look?
5063
--------------------------

0 commit comments

Comments
 (0)