mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
update outdated images and add clarification
This commit is contained in:
committed by
Max Hilbrunner
parent
e896ef6a89
commit
8ce35caa63
@@ -104,6 +104,11 @@ value written in the script.
|
||||
|
||||
.. image:: img/export_variable.webp
|
||||
|
||||
Your ``player.gd`` script should already contain
|
||||
a ``_ready()`` and a ``_process()`` function.
|
||||
If you didn't select the default template shown above,
|
||||
create these functions while following the lesson.
|
||||
|
||||
The ``_ready()`` function is called when a node enters the scene tree, which is
|
||||
a good time to find the size of the game window:
|
||||
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 9.3 KiB After Width: | Height: | Size: 12 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 5.2 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
Reference in New Issue
Block a user