mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Replaced all instances of "hard drive" with "local storage" (#7287)
This commit is contained in:
@@ -59,7 +59,7 @@ you or a player runs the game.
|
||||
On top of acting like nodes, scenes have the following characteristics:
|
||||
|
||||
1. They always have one root node, like the "Character" in our example.
|
||||
2. You can save them to your hard drive and load them later.
|
||||
2. You can save them to your local drive and load them later.
|
||||
3. You can create as many instances of a scene as you'd like. You could have
|
||||
five or ten characters in your game, created from your Character scene.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user