Late night adjustments
-smaller horse -smaller cupcake -added half a cupcake spawn system, doesn't work as intended -misc code touchesmain
parent
e6014f761a
commit
a77fe53e2b
@ -1,8 +1,8 @@
|
||||
Sprite2D
|
||||
CollisionShape2D
|
||||
Area2D
|
||||
Timer
|
||||
RigidBody2D
|
||||
Sprite2D
|
||||
Marker2D
|
||||
Camera2D
|
||||
CharacterBody2D
|
||||
|
Binary file not shown.
@ -1,3 +1,3 @@
|
||||
# CupcakeRevolution
|
||||
|
||||
Idle game.
|
||||
Mare themed idle game made in Godot 4.
|
||||
|
@ -0,0 +1,9 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://dklbml3twlqqh"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://b3j662tj6h5vq" path="res://Art/Locations/yard1.png" id="1_657cc"]
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D"]
|
||||
position = Vector2(-33.9999, -26)
|
||||
scale = Vector2(0.330667, 0.3361)
|
||||
texture = ExtResource("1_657cc")
|
||||
centered = false
|
Loading…
Reference in New Issue