Post Game jam commit
This commit is contained in:
commit
6db2131520
164 changed files with 172524 additions and 0 deletions
14
scenes/spit.tscn
Normal file
14
scenes/spit.tscn
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://dfad6rsacpogt"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://ctninfm8hkbp2" path="res://scripts/spit.gd" id="1_1fhrs"]
|
||||
[ext_resource type="Texture2D" uid="uid://br8dx2f3mfxcd" path="res://assets/bomba.png" id="2_1fhrs"]
|
||||
[ext_resource type="PackedScene" uid="uid://bbqgdjgil7nwx" path="res://scenes/spit_payload.tscn" id="4_03rlv"]
|
||||
|
||||
[node name="Spit" type="Node2D"]
|
||||
script = ExtResource("1_1fhrs")
|
||||
speed = 300.0
|
||||
max_height = 50.0
|
||||
payload = ExtResource("4_03rlv")
|
||||
|
||||
[node name="Bomb" type="Sprite2D" parent="."]
|
||||
texture = ExtResource("2_1fhrs")
|
||||
Loading…
Add table
Add a link
Reference in a new issue