aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Assets/checkpoint.pngbin0 -> 1240 bytes
-rw-r--r--Assets/checkpoint.png.import34
-rw-r--r--Assets/end.pngbin0 -> 699 bytes
-rw-r--r--Assets/end.png.import34
-rw-r--r--Assets/start.pngbin0 -> 1221 bytes
-rw-r--r--Assets/start.png.import34
-rw-r--r--Nodes/Level_test.tscn30
-rw-r--r--project.godot1
8 files changed, 133 insertions, 0 deletions
diff --git a/Assets/checkpoint.png b/Assets/checkpoint.png
new file mode 100644
index 0000000..73d03c0
--- /dev/null
+++ b/Assets/checkpoint.png
Binary files differ
diff --git a/Assets/checkpoint.png.import b/Assets/checkpoint.png.import
new file mode 100644
index 0000000..a6f017e
--- /dev/null
+++ b/Assets/checkpoint.png.import
@@ -0,0 +1,34 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dg3v488vx0oj6"
+path="res://.godot/imported/checkpoint.png-2694eaf00c0543b664b2954acfb1c821.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://Assets/checkpoint.png"
+dest_files=["res://.godot/imported/checkpoint.png-2694eaf00c0543b664b2954acfb1c821.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
diff --git a/Assets/end.png b/Assets/end.png
new file mode 100644
index 0000000..4d0a847
--- /dev/null
+++ b/Assets/end.png
Binary files differ
diff --git a/Assets/end.png.import b/Assets/end.png.import
new file mode 100644
index 0000000..13d2f2c
--- /dev/null
+++ b/Assets/end.png.import
@@ -0,0 +1,34 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b8vhe5kt6037n"
+path="res://.godot/imported/end.png-9e563786902fadcc061b10b8f57eda4d.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://Assets/end.png"
+dest_files=["res://.godot/imported/end.png-9e563786902fadcc061b10b8f57eda4d.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
diff --git a/Assets/start.png b/Assets/start.png
new file mode 100644
index 0000000..a785cf9
--- /dev/null
+++ b/Assets/start.png
Binary files differ
diff --git a/Assets/start.png.import b/Assets/start.png.import
new file mode 100644
index 0000000..0cd268f
--- /dev/null
+++ b/Assets/start.png.import
@@ -0,0 +1,34 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://5xqahgawme4m"
+path="res://.godot/imported/start.png-aec87fdb06c416de1966abd728121a36.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://Assets/start.png"
+dest_files=["res://.godot/imported/start.png-aec87fdb06c416de1966abd728121a36.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
diff --git a/Nodes/Level_test.tscn b/Nodes/Level_test.tscn
new file mode 100644
index 0000000..b3be870
--- /dev/null
+++ b/Nodes/Level_test.tscn
@@ -0,0 +1,30 @@
+[gd_scene load_steps=5 format=3 uid="uid://dt5grvd5n2ioj"]
+
+[ext_resource type="Texture2D" uid="uid://5xqahgawme4m" path="res://Assets/start.png" id="1_wenkl"]
+[ext_resource type="Texture2D" uid="uid://b8vhe5kt6037n" path="res://Assets/end.png" id="2_gp6ng"]
+[ext_resource type="Texture2D" uid="uid://dg3v488vx0oj6" path="res://Assets/checkpoint.png" id="3_cgigr"]
+[ext_resource type="PackedScene" uid="uid://covygojlfmx6x" path="res://Nodes/drawing.tscn" id="4_t4rjk"]
+
+[node name="Level_test" type="Node2D"]
+
+[node name="Start" type="Sprite2D" parent="."]
+position = Vector2(669, 515)
+texture = ExtResource("1_wenkl")
+
+[node name="End" type="Sprite2D" parent="."]
+position = Vector2(616, 86)
+texture = ExtResource("2_gp6ng")
+
+[node name="cp1" type="Sprite2D" parent="."]
+position = Vector2(270, 338)
+texture = ExtResource("3_cgigr")
+
+[node name="cp2" type="Sprite2D" parent="."]
+position = Vector2(621, 323)
+texture = ExtResource("3_cgigr")
+
+[node name="cp3" type="Sprite2D" parent="."]
+position = Vector2(404, 145)
+texture = ExtResource("3_cgigr")
+
+[node name="Drawing" parent="." instance=ExtResource("4_t4rjk")]
diff --git a/project.godot b/project.godot
index f23358f..dc15082 100644
--- a/project.godot
+++ b/project.godot
@@ -11,5 +11,6 @@ config_version=5
[application]
config/name="CodeWithYourFriends23"
+run/main_scene="res://Nodes/Level_test.tscn"
config/features=PackedStringArray("4.0", "Forward Plus")
config/icon="res://icon.svg"