diff options
-rw-r--r-- | Assets/checkpoint.png | bin | 0 -> 1240 bytes | |||
-rw-r--r-- | Assets/checkpoint.png.import | 34 | ||||
-rw-r--r-- | Assets/end.png | bin | 0 -> 699 bytes | |||
-rw-r--r-- | Assets/end.png.import | 34 | ||||
-rw-r--r-- | Assets/start.png | bin | 0 -> 1221 bytes | |||
-rw-r--r-- | Assets/start.png.import | 34 | ||||
-rw-r--r-- | Nodes/Level_test.tscn | 30 | ||||
-rw-r--r-- | Nodes/drawing.tscn | 19 | ||||
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | Scripts/drawing.gd | 38 | ||||
-rw-r--r-- | project.godot | 2 |
11 files changed, 191 insertions, 1 deletions
diff --git a/Assets/checkpoint.png b/Assets/checkpoint.png Binary files differnew file mode 100644 index 0000000..73d03c0 --- /dev/null +++ b/Assets/checkpoint.png 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 Binary files differnew file mode 100644 index 0000000..4d0a847 --- /dev/null +++ b/Assets/end.png 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 Binary files differnew file mode 100644 index 0000000..a785cf9 --- /dev/null +++ b/Assets/start.png 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/Nodes/drawing.tscn b/Nodes/drawing.tscn new file mode 100644 index 0000000..3f65fee --- /dev/null +++ b/Nodes/drawing.tscn @@ -0,0 +1,19 @@ +[gd_scene load_steps=4 format=3 uid="uid://covygojlfmx6x"] + +[ext_resource type="Script" path="res://Scripts/drawing.gd" id="1_03nmp"] +[ext_resource type="Texture2D" uid="uid://bpasf8is2xnfb" path="res://icon.svg" id="2_sgpkt"] + +[sub_resource type="Curve2D" id="Curve2D_dtc4h"] + +[node name="Drawing" type="Node2D"] +script = ExtResource("1_03nmp") + +[node name="TrackLine" type="Line2D" parent="."] + +[node name="TrackPath" type="Path2D" parent="."] +curve = SubResource("Curve2D_dtc4h") + +[node name="TrackFollower" type="PathFollow2D" parent="TrackPath"] + +[node name="Sprite2D" type="Sprite2D" parent="TrackPath/TrackFollower"] +texture = ExtResource("2_sgpkt") diff --git a/README.md b/README.md new file mode 100644 index 0000000..781775c --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# gmtk game jam 2023 diff --git a/Scripts/drawing.gd b/Scripts/drawing.gd new file mode 100644 index 0000000..d47e161 --- /dev/null +++ b/Scripts/drawing.gd @@ -0,0 +1,38 @@ +extends Node + +var drawing = false +var driving_progress = -1 +var line: Line2D +var path: Path2D + + +func _ready(): + line = $TrackLine + path = $TrackPath + Input.set_mouse_mode(Input.MOUSE_MODE_VISIBLE) + +func _process(delta): + pass + +func _physics_process(delta): + if driving_progress >= 0: + driving_progress += delta*200 + $TrackPath/TrackFollower.progress = driving_progress + #print(driving_progress) + +func _input(event): + if event is InputEventMouseButton and event.button_index == MOUSE_BUTTON_LEFT: + drawing = event.pressed + if drawing: + # start a new drawing + line.clear_points() + path.curve.clear_points() + driving_progress = -1 + else: + # start driving + driving_progress = 0 + + if event is InputEventMouseMotion and drawing: + # extend the line + line.add_point(event.position) + path.curve.add_point(event.position) diff --git a/project.godot b/project.godot index 7531777..04de13a 100644 --- a/project.godot +++ b/project.godot @@ -11,7 +11,7 @@ config_version=5 [application] config/name="CodeWithYourFriends23" -run/main_scene="res://Nodes/driving_test.tscn" +run/main_scene="res://Nodes/Level_test.tscn" config/features=PackedStringArray("4.0", "Forward Plus") config/icon="res://icon.svg" |