Skip to content

Commit

Permalink
Deploy Geometry Dash
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianEgbert committed Jul 27, 2023
1 parent 810cb3e commit 81808f8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
6 changes: 3 additions & 3 deletions prototypes/i6w1-jf-geometry-dash/game_info.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"authors": [
"Finn",
"Julian"
"Julian",
"Finn"
],
"description": "A Geometry Dash clone made in Godot/Pronot.",
"description": "A Geometry Dash clone made in Godot/Pronto.",
"thumbnailType": "png",
"title": "Geometry Dash"
}
10 changes: 9 additions & 1 deletion prototypes/i6w1-jf-geometry-dash/level.tscn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[gd_scene load_steps=139 format=3 uid="uid://dgtvy2gh8t7ox"]
[gd_scene load_steps=140 format=3 uid="uid://dgtvy2gh8t7ox"]

[ext_resource type="Script" path="res://addons/pronto/behaviors/PlaceholderBehavior.gd" id="1_k1a43"]
[ext_resource type="Script" path="res://addons/pronto/behaviors/CameraShakeBehavior.gd" id="1_l4f51"]
Expand Down Expand Up @@ -33,6 +33,7 @@
[ext_resource type="Texture2D" uid="uid://dljsmxh5c8f4e" path="res://prototypes/i6w1-jf-geometry-dash/flag.webp" id="31_beccf"]
[ext_resource type="Texture2D" uid="uid://dc2jdack2pfjd" path="res://prototypes/i6w1-jf-geometry-dash/assets/green-pipe-tileset.png" id="32_juxy7"]
[ext_resource type="Texture2D" uid="uid://2rl6ebjsk8xj" path="res://prototypes/i6w1-jf-geometry-dash/assets/base_ufo.png" id="33_oewmy"]
[ext_resource type="Script" path="res://addons/pronto/behaviors/ExportBehavior.gd" id="34_la0q0"]

[sub_resource type="GDScript" id="GDScript_nqhmh"]
script/source = "@tool
Expand Down Expand Up @@ -1380,4 +1381,11 @@ position = Vector2(21803, -143)
[node name="Node2D" parent="." instance=ExtResource("21_wcc3c")]
position = Vector2(23640, -128)
[node name="ExportBehavior" type="Node2D" parent="."]
script = ExtResource("34_la0q0")
title = "Geometry Dash"
authors = PackedStringArray("Julian", "Finn")
description = "A Geometry Dash clone made in Godot/Pronto."
wait_seconds = 10
[connection signal="pressed" from="Camera2D/StartButton" to="Camera2D/LevelComplete" method="_on_start_button_pressed"]
Binary file modified prototypes/i6w1-jf-geometry-dash/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 81808f8

Please sign in to comment.