mirror of
https://github.com/HarmonyHoney/ROTA.git
synced 2026-07-24 10:37:07 +00:00
16 lines
378 B
Text
16 lines
378 B
Text
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://addons/steam_api/examples/example.gd" type="Script" id=1]
|
|
|
|
[node name="Node2D" type="Node2D"]
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="game_overlay_activated" type="Label" parent="."]
|
|
margin_left = 362.0
|
|
margin_top = 231.0
|
|
margin_right = 402.0
|
|
margin_bottom = 245.0
|
|
text = "0"
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|