Skip to content

Commit

Permalink
move resources to game folder
Browse files Browse the repository at this point in the history
  • Loading branch information
tom95 committed Aug 24, 2023
1 parent 71406bc commit 8a79aee
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
Binary file removed convoluted-knock/kanelbulle.png
Binary file not shown.
Binary file removed convoluted-knock/komorant.png
Binary file not shown.
8 changes: 4 additions & 4 deletions prototypes/kormorant-kar/car.tscn
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[gd_scene load_steps=52 format=3 uid="uid://bqq5g7es1pen6"]

[ext_resource type="Script" path="res://addons/pronto/behaviors/PlaceholderBehavior.gd" id="1_womwi"]
[ext_resource type="Texture2D" uid="uid://dskpupjep4vt2" path="res://convoluted-knock/kanelbulle.png" id="3_ff0eh"]
[ext_resource type="Script" path="res://addons/pronto/behaviors/MoveBehavior.gd" id="3_i3rql"]
[ext_resource type="Texture2D" uid="uid://dskpupjep4vt2" path="res://prototypes/kormorant-kar/kanelbulle.png" id="3_n3ve6"]
[ext_resource type="Script" path="res://addons/pronto/behaviors/ControlsBehavior.gd" id="4_xpnqg"]
[ext_resource type="Script" path="res://addons/pronto/helpers/ConnectionScript.gd" id="5_hkopa"]
[ext_resource type="Script" path="res://addons/pronto/helpers/Connection.gd" id="6_s1k5k"]
[ext_resource type="Texture2D" uid="uid://d2dj37oim0t6x" path="res://convoluted-knock/komorant.png" id="7_48wyw"]
[ext_resource type="Texture2D" uid="uid://d2dj37oim0t6x" path="res://prototypes/kormorant-kar/komorant.png" id="7_27a5v"]
[ext_resource type="Script" path="res://addons/pronto/behaviors/SpawnerBehavior.gd" id="8_p1l7t"]
[ext_resource type="Script" path="res://addons/pronto/behaviors/CollisionBehavior.gd" id="9_fj146"]
[ext_resource type="Script" path="res://addons/pronto/behaviors/ValueBehavior.gd" id="9_qinxo"]
Expand Down Expand Up @@ -320,7 +320,7 @@ position = Vector2(61, 1)
script = ExtResource("1_womwi")
placeholder_size = Vector2(71, 63)
use_sprite = true
sprite_texture = ExtResource("3_ff0eh")
sprite_texture = ExtResource("3_n3ve6")
[node name="CollisionBehavior" type="Node2D" parent="SpawnerBehavior/Area2D"]
position = Vector2(58, 2)
Expand All @@ -334,7 +334,7 @@ position = Vector2(562, 501)
script = ExtResource("1_womwi")
placeholder_size = Vector2(74, 128)
use_sprite = true
sprite_texture = ExtResource("7_48wyw")
sprite_texture = ExtResource("7_27a5v")
[node name="MoveBehavior" type="Node2D" parent="CharacterBody2D"]
position = Vector2(-121, 40)
Expand Down
2 changes: 1 addition & 1 deletion prototypes/kormorant-kar/game_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
"description": "PPIG 2023",
"time": "2023-08-24",
"title": "Komorant Kar"
}
}
Binary file added prototypes/kormorant-kar/kanelbulle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://dskpupjep4vt2"
path="res://.godot/imported/kanelbulle.png-3d9a9f387bda3c2fa83466e21d51b57b.ctex"
path="res://.godot/imported/kanelbulle.png-fb52a3bf503503c20d6e542816934157.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://convoluted-knock/kanelbulle.png"
dest_files=["res://.godot/imported/kanelbulle.png-3d9a9f387bda3c2fa83466e21d51b57b.ctex"]
source_file="res://prototypes/kormorant-kar/kanelbulle.png"
dest_files=["res://.godot/imported/kanelbulle.png-fb52a3bf503503c20d6e542816934157.ctex"]

[params]

Expand Down
Binary file added prototypes/kormorant-kar/komorant.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://d2dj37oim0t6x"
path="res://.godot/imported/komorant.png-560168893696733d90e3ba40f42b69e2.ctex"
path="res://.godot/imported/komorant.png-231e2999159c8aa43938bf279e1c1756.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://convoluted-knock/komorant.png"
dest_files=["res://.godot/imported/komorant.png-560168893696733d90e3ba40f42b69e2.ctex"]
source_file="res://prototypes/kormorant-kar/komorant.png"
dest_files=["res://.godot/imported/komorant.png-231e2999159c8aa43938bf279e1c1756.ctex"]

[params]

Expand Down
Binary file modified prototypes/kormorant-kar/thumbnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8a79aee

Please sign in to comment.