Add missing files

This commit is contained in:
DeathByDenim 2023-08-21 07:12:54 -04:00
parent 0a87bce20d
commit b61fac4895
Signed by: DeathByDenim
GPG Key ID: 4A475283D925365B
3 changed files with 56 additions and 0 deletions

BIN
Images/cannon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 675 B

34
Images/cannon.png.import Normal file
View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://uijj8y8r8ic4"
path="res://.godot/imported/cannon.png-435b4e241302f11e38bfd2c5771d39d5.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Images/cannon.png"
dest_files=["res://.godot/imported/cannon.png-435b4e241302f11e38bfd2c5771d39d5.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

22
World/cannon.tscn Normal file
View File

@ -0,0 +1,22 @@
[gd_scene load_steps=3 format=3 uid="uid://dn8ivk5ykonkk"]
[ext_resource type="Texture2D" uid="uid://uijj8y8r8ic4" path="res://Images/cannon.png" id="1_t3duv"]
[sub_resource type="SceneReplicationConfig" id="SceneReplicationConfig_x24ka"]
properties/0/path = NodePath(".:position")
properties/0/spawn = true
properties/0/sync = false
properties/1/path = NodePath(".:rotation")
properties/1/spawn = true
properties/1/sync = false
[node name="cannon" type="StaticBody2D"]
[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="."]
polygon = PackedVector2Array(-32, 30, 3, 10, 30, 30)
[node name="Sprite2D" type="Sprite2D" parent="."]
texture = ExtResource("1_t3duv")
[node name="MultiplayerSynchronizer" type="MultiplayerSynchronizer" parent="."]
replication_config = SubResource("SceneReplicationConfig_x24ka")