mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-03 19:04:40 +01:00
14 lines
386 B
Text
14 lines
386 B
Text
|
[gd_scene load_steps=2 format=2]
|
||
|
|
||
|
[ext_resource path="res://card.tscn" type="PackedScene" id=1]
|
||
|
|
||
|
[node name="Cardgame" type="Node2D"]
|
||
|
|
||
|
[node name="Card" parent="." instance=ExtResource( 1 )]
|
||
|
|
||
|
[node name="Card2" parent="." instance=ExtResource( 1 )]
|
||
|
position = Vector2( 118.019, -91.0798 )
|
||
|
|
||
|
[node name="Card3" parent="." instance=ExtResource( 1 )]
|
||
|
position = Vector2( 474.641, 118.019 )
|