Simple 2D game based on avoiding asteroids while controlling a rocket
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

29 lines
1.6 KiB

[gd_scene load_steps=14 format=2]
[ext_resource path="res://Images and Anims/In Game/Explosion/3.png" type="Texture" id=3]
[ext_resource path="res://Images and Anims/In Game/Explosion/10.png" type="Texture" id=4]
[ext_resource path="res://Images and Anims/In Game/Explosion/5.png" type="Texture" id=5]
[ext_resource path="res://Images and Anims/In Game/Explosion/6.png" type="Texture" id=6]
[ext_resource path="res://Images and Anims/In Game/Explosion/8.png" type="Texture" id=7]
[ext_resource path="res://Images and Anims/In Game/Explosion/9.png" type="Texture" id=8]
[ext_resource path="res://Images and Anims/In Game/Explosion/4.png" type="Texture" id=9]
[ext_resource path="res://Images and Anims/In Game/Explosion/7.png" type="Texture" id=10]
[ext_resource path="res://Images and Anims/In Game/Explosion/13.png" type="Texture" id=11]
[ext_resource path="res://Images and Anims/In Game/Explosion/11.png" type="Texture" id=12]
[ext_resource path="res://Images and Anims/In Game/Explosion/12.png" type="Texture" id=13]
[ext_resource path="res://Scripts/Explosion.gd" type="Script" id=14]
[sub_resource type="SpriteFrames" id=1]
animations = [ {
"frames": [ ExtResource( 3 ), ExtResource( 9 ), ExtResource( 5 ), ExtResource( 6 ), ExtResource( 10 ), ExtResource( 7 ), ExtResource( 8 ), ExtResource( 4 ), ExtResource( 12 ), ExtResource( 13 ), ExtResource( 11 ) ],
"loop": false,
"name": "Explosion",
"speed": 15.0
} ]
[node name="Explosion" type="Node2D"]
[node name="Explosion" type="AnimatedSprite" parent="."]
frames = SubResource( 1 )
animation = "Explosion"
script = ExtResource( 14 )