mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-07 16:30:06 +01:00
Opened them, saved all scenes, ran the project. Did necessary fixes here and there, fixed some warnings (but some remain in bigger demos). Did not port JRPG demo yet (#306) nor the two platformer demos.
42 lines
829 B
Plaintext
42 lines
829 B
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://debug/top_level_ui.gd" type="Script" id=1]
|
|
[ext_resource path="res://fonts/source_code_pro_explanations.tres" type="DynamicFont" id=2]
|
|
|
|
[node name="ControlsPanel" type="Panel"]
|
|
anchor_left = 1.0
|
|
anchor_right = 1.0
|
|
margin_left = -220.0
|
|
margin_bottom = 170.0
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="Keys" type="Label" parent="."]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
margin_left = 10.0
|
|
margin_top = 10.0
|
|
margin_right = -10.0
|
|
margin_bottom = -10.0
|
|
custom_fonts/font = ExtResource( 2 )
|
|
text = "Shoot:
|
|
Attack:
|
|
Stagger:
|
|
Jump:
|
|
Sprint:"
|
|
|
|
[node name="Keys2" type="Label" parent="."]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
margin_left = 10.0
|
|
margin_top = 10.0
|
|
margin_right = -10.0
|
|
margin_bottom = -10.0
|
|
custom_fonts/font = ExtResource( 2 )
|
|
text = "R
|
|
F
|
|
X
|
|
Space
|
|
Shift"
|
|
align = 2
|
|
|