1
0
Fork 0
spacetac/units/all.tscn

82 lines
2.4 KiB
Plaintext

[gd_scene load_steps=12 format=2]
[ext_resource path="res://units/avenger.tscn" type="PackedScene" id=1]
[ext_resource path="res://units/breeze.tscn" type="PackedScene" id=2]
[ext_resource path="res://units/commodore.tscn" type="PackedScene" id=3]
[ext_resource path="res://units/creeper.tscn" type="PackedScene" id=4]
[ext_resource path="res://units/flea.tscn" type="PackedScene" id=5]
[ext_resource path="res://units/jumper.tscn" type="PackedScene" id=6]
[ext_resource path="res://units/falcon.tscn" type="PackedScene" id=7]
[ext_resource path="res://units/xander.tscn" type="PackedScene" id=8]
[ext_resource path="res://units/trapper.tscn" type="PackedScene" id=9]
[ext_resource path="res://units/heroes/rhino.tscn" type="PackedScene" id=10]
[ext_resource path="res://units/heroes/tomahawk.tscn" type="PackedScene" id=11]
[node name="Node2D" type="Node2D"]
[node name="xander" parent="." instance=ExtResource( 8 )]
margin_left = 100.0
margin_top = 730.0
margin_right = 200.0
margin_bottom = 830.0
[node name="falcon" parent="." instance=ExtResource( 7 )]
margin_left = 390.0
margin_top = 730.0
margin_right = 490.0
margin_bottom = 830.0
[node name="trapper" parent="." instance=ExtResource( 9 )]
margin_left = 680.0
margin_top = 730.0
margin_right = 780.0
margin_bottom = 830.0
[node name="avenger" parent="." instance=ExtResource( 1 )]
margin_left = 100.0
margin_top = 300.0
margin_right = 200.0
margin_bottom = 400.0
[node name="breeze" parent="." instance=ExtResource( 2 )]
margin_left = 390.0
margin_top = 300.0
margin_right = 490.0
margin_bottom = 400.0
[node name="commodore" parent="." instance=ExtResource( 3 )]
margin_left = 680.0
margin_top = 300.0
margin_right = 780.0
margin_bottom = 400.0
[node name="creeper" parent="." instance=ExtResource( 4 )]
margin_left = 100.0
margin_top = 510.0
margin_right = 200.0
margin_bottom = 610.0
[node name="flea" parent="." instance=ExtResource( 5 )]
margin_left = 390.0
margin_top = 510.0
margin_right = 490.0
margin_bottom = 610.0
[node name="jumper" parent="." instance=ExtResource( 6 )]
margin_left = 680.0
margin_top = 510.0
margin_right = 780.0
margin_bottom = 610.0
[node name="rhino" parent="." instance=ExtResource( 10 )]
margin_left = 100.0
margin_top = 20.0
margin_right = 200.0
margin_bottom = 120.0
[node name="tomahawk" parent="." instance=ExtResource( 11 )]
margin_left = 390.0
margin_top = 20.0
margin_right = 490.0
margin_bottom = 120.0