Skip to content

Commit

Permalink
remove unused assets
Browse files Browse the repository at this point in the history
  • Loading branch information
zvoverman committed Aug 31, 2024
1 parent 11a7a47 commit 33f90a8
Show file tree
Hide file tree
Showing 15 changed files with 7 additions and 243 deletions.
Binary file removed assets/Sk8rboi.png
Binary file not shown.
34 changes: 0 additions & 34 deletions assets/Sk8rboi.png.import

This file was deleted.

Binary file removed assets/idle_anim.png
Binary file not shown.
34 changes: 0 additions & 34 deletions assets/idle_anim.png.import

This file was deleted.

Binary file removed assets/kickflip_anim.png
Binary file not shown.
34 changes: 0 additions & 34 deletions assets/kickflip_anim.png.import

This file was deleted.

Binary file removed assets/kickflip_anim.png.png
Binary file not shown.
34 changes: 0 additions & 34 deletions assets/kickflip_anim.png.png.import

This file was deleted.

Binary file removed assets/road.png
Binary file not shown.
34 changes: 0 additions & 34 deletions assets/road.png.import

This file was deleted.

Binary file removed assets/skate_dude_gray.png
Binary file not shown.
34 changes: 0 additions & 34 deletions assets/skate_dude_gray.png.import

This file was deleted.

Binary file removed assets/traffic_cone_placeholder.png
Binary file not shown.
34 changes: 0 additions & 34 deletions assets/traffic_cone_placeholder.png.import

This file was deleted.

12 changes: 7 additions & 5 deletions scenes/player.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

[ext_resource type="Script" path="res://scripts/player.gd" id="1_nc2u8"]
[ext_resource type="Texture2D" uid="uid://cs1aswuagw3d5" path="res://assets/kickflip.png" id="3_80mky"]
[ext_resource type="Texture2D" uid="uid://c1aadu4ibolyb" path="res://assets/skate_dude_gray.png" id="4_jgj0f"]

[sub_resource type="CompressedTexture2D" id="CompressedTexture2D_u0aei"]
load_path = "res://.godot/imported/skate_dude_gray.png-670e29eac1b79521301afe5cfe55d9be.ctex"

[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_s0f7d"]

Expand All @@ -18,7 +20,7 @@ tracks/0/keys = {
"times": PackedFloat32Array(0),
"transitions": PackedFloat32Array(1),
"update": 1,
"values": [ExtResource("4_jgj0f")]
"values": [SubResource("CompressedTexture2D_u0aei")]
}
tracks/1/type = "value"
tracks/1/imported = false
Expand Down Expand Up @@ -72,7 +74,7 @@ tracks/0/keys = {
"times": PackedFloat32Array(0),
"transitions": PackedFloat32Array(1),
"update": 1,
"values": [ExtResource("4_jgj0f")]
"values": [SubResource("CompressedTexture2D_u0aei")]
}
tracks/1/type = "value"
tracks/1/imported = false
Expand Down Expand Up @@ -176,7 +178,7 @@ tracks/0/keys = {
"times": PackedFloat32Array(0),
"transitions": PackedFloat32Array(1),
"update": 1,
"values": [ExtResource("4_jgj0f")]
"values": [SubResource("CompressedTexture2D_u0aei")]
}
tracks/1/type = "value"
tracks/1/imported = false
Expand Down Expand Up @@ -306,7 +308,7 @@ script = ExtResource("1_nc2u8")

[node name="Sprite2D" type="Sprite2D" parent="."]
scale = Vector2(2, 2)
texture = ExtResource("4_jgj0f")
texture = SubResource("CompressedTexture2D_u0aei")
hframes = 11

[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
Expand Down

0 comments on commit 33f90a8

Please sign in to comment.