Skip to content

Commit

Permalink
Hopefully fix export
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianEgbert committed Jul 26, 2023
1 parent cbab0d6 commit 8ef93d2
Show file tree
Hide file tree
Showing 12 changed files with 63 additions and 20 deletions.
16 changes: 8 additions & 8 deletions prototypes/i5w1-jf-move-planning/game.tscn
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[gd_scene load_steps=230 format=3 uid="uid://bgxt4wcv8r1mj"]

[ext_resource type="Texture2D" uid="uid://c4x2fpke7b6ym" path="res://assets/simple_tileset/overworld.png" id="1_il3if"]
[ext_resource type="Texture2D" uid="uid://cu3poyas45glr" path="res://assets/simple_tileset/scifitiles-sheet.png" id="1_krj8n"]
[ext_resource type="Texture2D" uid="uid://cu3poyas45glr" path="res://prototypes/i5w1-jf-move-planning/simple_tileset/scifitiles-sheet.png" id="1_n26la"]
[ext_resource type="Script" path="res://addons/pronto/behaviors/HealthBarBehavior.gd" id="2_ip00t"]
[ext_resource type="Texture2D" uid="uid://c4x2fpke7b6ym" path="res://prototypes/i5w1-jf-move-planning/simple_tileset/overworld.png" id="2_l7mv4"]
[ext_resource type="Script" path="res://addons/pronto/behaviors/CodeBehavior.gd" id="3_8sldm"]
[ext_resource type="Script" path="res://addons/pronto/behaviors/PlaceholderBehavior.gd" id="3_nqh52"]
[ext_resource type="Script" path="res://addons/pronto/helpers/ConnectionScript.gd" id="4_4hiwy"]
Expand All @@ -11,10 +11,10 @@
[ext_resource type="Script" path="res://addons/pronto/behaviors/StoreBehavior.gd" id="6_bmd4l"]
[ext_resource type="Script" path="res://prototypes/i5w1-jf-move-planning/Player.gd" id="7_2akbo"]
[ext_resource type="Script" path="res://addons/pronto/behaviors/BindBehavior.gd" id="8_0hls7"]
[ext_resource type="Texture2D" uid="uid://dyxmapqlakkal" path="res://assets/idle_blue.png" id="10_xll7j"]
[ext_resource type="Script" path="res://addons/pronto/behaviors/AlwaysBehavior.gd" id="11_8luff"]
[ext_resource type="Texture2D" uid="uid://ct4atgu3rikoe" path="res://assets/idle_red.png" id="11_g4c7b"]
[ext_resource type="Texture2D" uid="uid://dyxmapqlakkal" path="res://prototypes/i5w1-jf-move-planning/idle_blue.png" id="11_i3she"]
[ext_resource type="Script" path="res://addons/pronto/behaviors/ClockBehavior.gd" id="12_g46kd"]
[ext_resource type="Texture2D" uid="uid://ct4atgu3rikoe" path="res://prototypes/i5w1-jf-move-planning/idle_red.png" id="13_5x5sy"]
[ext_resource type="Script" path="res://addons/pronto/behaviors/PrototypingUIBehavior.gd" id="13_bk01k"]
[ext_resource type="Script" path="res://addons/pronto/behaviors/ValueBehavior.gd" id="14_i77nb"]
[ext_resource type="Script" path="res://addons/pronto/behaviors/SpawnerBehavior.gd" id="16_bfvjy"]
Expand All @@ -26,7 +26,7 @@
[ext_resource type="Texture2D" uid="uid://bse68sslqtedq" path="res://prototypes/i5w1-jf-move-planning/poison.png" id="23_hkt14"]

[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_44gr1"]
texture = ExtResource("1_krj8n")
texture = ExtResource("1_n26la")
0:0/0 = 0
1:0/0 = 0
2:0/0 = 0
Expand Down Expand Up @@ -343,7 +343,7 @@ texture = ExtResource("1_krj8n")
23:11/0 = 0

[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_j0jqh"]
texture = ExtResource("1_il3if")
texture = ExtResource("2_l7mv4")
0:0/0 = 0
1:0/0 = 0
2:0/0 = 0
Expand Down Expand Up @@ -2343,7 +2343,7 @@ current_field = Vector2(0, 7)
script = ExtResource("3_nqh52")
placeholder_size = Vector2(40, 50)
use_sprite = true
sprite_texture = ExtResource("10_xll7j")
sprite_texture = ExtResource("11_i3she")
[node name="Collision" type="Node2D" parent="Player1"]
position = Vector2(57, -1)
Expand All @@ -2367,7 +2367,7 @@ player = 1
script = ExtResource("3_nqh52")
placeholder_size = Vector2(40, 50)
use_sprite = true
sprite_texture = ExtResource("11_g4c7b")
sprite_texture = ExtResource("13_5x5sy")
[node name="Collision" type="Node2D" parent="Player2"]
position = Vector2(-32.0156, -1.39945e-06)
Expand Down
9 changes: 9 additions & 0 deletions prototypes/i5w1-jf-move-planning/game_info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"title": "Move Planning",
"description": "2 Players have to plan their moves in order to win the game. Can you predict your opponents move?",
"authors": [
"Julian",
"Finn"
],
"thumbnailType": "png"
}
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://dyxmapqlakkal"
path="res://.godot/imported/idle_blue.png-3e60358195ba61acafac4f1b5c34f0b5.ctex"
path="res://.godot/imported/idle_blue.png-e7bba6b60a169d22e04a6166f2c6f846.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://assets/idle_blue.png"
dest_files=["res://.godot/imported/idle_blue.png-3e60358195ba61acafac4f1b5c34f0b5.ctex"]
source_file="res://prototypes/i5w1-jf-move-planning/idle_blue.png"
dest_files=["res://.godot/imported/idle_blue.png-e7bba6b60a169d22e04a6166f2c6f846.ctex"]

[params]

Expand Down
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://ct4atgu3rikoe"
path="res://.godot/imported/idle_red.png-ae182b07fe70a304a28c42eadfa0b216.ctex"
path="res://.godot/imported/idle_red.png-0e695e1021afa963019137f5ea67a70e.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://assets/idle_red.png"
dest_files=["res://.godot/imported/idle_red.png-ae182b07fe70a304a28c42eadfa0b216.ctex"]
source_file="res://prototypes/i5w1-jf-move-planning/idle_red.png"
dest_files=["res://.godot/imported/idle_red.png-0e695e1021afa963019137f5ea67a70e.ctex"]

[params]

Expand Down
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://c4x2fpke7b6ym"
path="res://.godot/imported/overworld.png-7dcdbd9409f009ac397e0f094df88fa9.ctex"
path="res://.godot/imported/overworld.png-e27066eb2459e395962fa4a40cc91957.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://assets/simple_tileset/overworld.png"
dest_files=["res://.godot/imported/overworld.png-7dcdbd9409f009ac397e0f094df88fa9.ctex"]
source_file="res://prototypes/i5w1-jf-move-planning/simple_tileset/overworld.png"
dest_files=["res://.godot/imported/overworld.png-e27066eb2459e395962fa4a40cc91957.ctex"]

[params]

Expand Down
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://cu3poyas45glr"
path="res://.godot/imported/scifitiles-sheet.png-d9f1a13ddd7f8b64fdc481ffdbb889a2.ctex"
path="res://.godot/imported/scifitiles-sheet.png-d8f3f377d198924aa7b020741a77cd1f.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://assets/simple_tileset/scifitiles-sheet.png"
dest_files=["res://.godot/imported/scifitiles-sheet.png-d9f1a13ddd7f8b64fdc481ffdbb889a2.ctex"]
source_file="res://prototypes/i5w1-jf-move-planning/simple_tileset/scifitiles-sheet.png"
dest_files=["res://.godot/imported/scifitiles-sheet.png-d8f3f377d198924aa7b020741a77cd1f.ctex"]

[params]

Expand Down
Binary file added prototypes/i5w1-jf-move-planning/thumbnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions prototypes/i5w1-jf-move-planning/thumbnail.png.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[remap]

importer="texture"
type="CompressedTexture2D"
uid="uid://bq731iesji1ls"
path="res://.godot/imported/thumbnail.png-7367a50a7beee7a9b12dfc3c15827fab.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://prototypes/i5w1-jf-move-planning/thumbnail.png"
dest_files=["res://.godot/imported/thumbnail.png-7367a50a7beee7a9b12dfc3c15827fab.ctex"]

[params]

compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

0 comments on commit 8ef93d2

Please sign in to comment.