Arcade racing demo got Godot 3.3
Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- [gd_scene format=2]
-
- [node name="Console" type="CanvasLayer"]
-
- [node name="ScreenSplit" type="VBoxContainer" parent="."]
- anchor_right = 1.0
- anchor_bottom = 1.0
- __meta__ = {
- "_edit_use_anchors_": false
- }
-
- [node name="Messages" type="ScrollContainer" parent="ScreenSplit"]
- margin_right = 1920.0
- margin_bottom = 538.0
- size_flags_vertical = 3
-
- [node name="Label" type="Label" parent="ScreenSplit/Messages"]
- margin_bottom = 14.0
-
- [node name="Control" type="Control" parent="ScreenSplit"]
- margin_top = 542.0
- margin_right = 1920.0
- margin_bottom = 1080.0
- size_flags_vertical = 3
|