godot_ROTA/addons/steam_api/examples/example.tscn
2022-05-14 19:46:06 -04:00

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
}