From 30d0d19465186b847b7d440b4ff35effd7999030 Mon Sep 17 00:00:00 2001 From: Logan Date: Thu, 22 Sep 2022 23:56:05 -0600 Subject: Add initial project files & resources. --- .import/.gdignore | 1 + ...keting.png-d2d8fd665fcb547004fb51b606b48f4f.md5 | 3 ++ ...eting.png-d2d8fd665fcb547004fb51b606b48f4f.stex | Bin 0 -> 222 bytes .../icon.png-487276ed1e3a0c39cad0279d744ee560.md5 | 3 ++ .../icon.png-487276ed1e3a0c39cad0279d744ee560.stex | Bin 0 -> 1496 bytes Sprite.gd | 12 +++++++ ballforbasketing.png | Bin 0 -> 493 bytes ballforbasketing.png.import | 35 +++++++++++++++++++++ basketball.tscn | 10 ++++++ default_env.tres | 7 +++++ icon.png | Bin 0 -> 3305 bytes icon.png.import | 35 +++++++++++++++++++++ project.godot | 27 ++++++++++++++++ 13 files changed, 133 insertions(+) create mode 100644 .import/.gdignore create mode 100644 .import/ballforbasketing.png-d2d8fd665fcb547004fb51b606b48f4f.md5 create mode 100644 .import/ballforbasketing.png-d2d8fd665fcb547004fb51b606b48f4f.stex create mode 100644 .import/icon.png-487276ed1e3a0c39cad0279d744ee560.md5 create mode 100644 .import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex create mode 100644 Sprite.gd create mode 100644 ballforbasketing.png create mode 100644 ballforbasketing.png.import create mode 100644 basketball.tscn create mode 100644 default_env.tres create mode 100644 icon.png create mode 100644 icon.png.import create mode 100644 project.godot diff --git a/.import/.gdignore b/.import/.gdignore new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/.import/.gdignore @@ -0,0 +1 @@ + diff --git a/.import/ballforbasketing.png-d2d8fd665fcb547004fb51b606b48f4f.md5 b/.import/ballforbasketing.png-d2d8fd665fcb547004fb51b606b48f4f.md5 new file mode 100644 index 0000000..c6652fd --- /dev/null +++ b/.import/ballforbasketing.png-d2d8fd665fcb547004fb51b606b48f4f.md5 @@ -0,0 +1,3 @@ +source_md5="3d1b1224ac977f4c3d63c63feab24ebb" +dest_md5="b542c86968c2c534acd09e4637256219" + diff --git a/.import/ballforbasketing.png-d2d8fd665fcb547004fb51b606b48f4f.stex b/.import/ballforbasketing.png-d2d8fd665fcb547004fb51b606b48f4f.stex new file mode 100644 index 0000000..ebbfd4f Binary files /dev/null and b/.import/ballforbasketing.png-d2d8fd665fcb547004fb51b606b48f4f.stex differ diff --git a/.import/icon.png-487276ed1e3a0c39cad0279d744ee560.md5 b/.import/icon.png-487276ed1e3a0c39cad0279d744ee560.md5 new file mode 100644 index 0000000..5328bc7 --- /dev/null +++ b/.import/icon.png-487276ed1e3a0c39cad0279d744ee560.md5 @@ -0,0 +1,3 @@ +source_md5="47313fa4c47a9963fddd764e1ec6e4a8" +dest_md5="26ea799ea0a3da9e753b3ebe822e0570" + diff --git a/.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex b/.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex new file mode 100644 index 0000000..71f6913 Binary files /dev/null and b/.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex differ diff --git a/Sprite.gd b/Sprite.gd new file mode 100644 index 0000000..c55df61 --- /dev/null +++ b/Sprite.gd @@ -0,0 +1,12 @@ +extends Sprite + +var angular_speed = PI + +# Called when the node enters the scene tree for the first time. +func _ready(): + pass # Replace with function body. + +# Called every frame. 'delta' is the elapsed time since the previous frame. +func _process(delta): + rotation += angular_speed * delta + diff --git a/ballforbasketing.png b/ballforbasketing.png new file mode 100644 index 0000000..00f8cb4 Binary files /dev/null and b/ballforbasketing.png differ diff --git a/ballforbasketing.png.import b/ballforbasketing.png.import new file mode 100644 index 0000000..469926b --- /dev/null +++ b/ballforbasketing.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/ballforbasketing.png-d2d8fd665fcb547004fb51b606b48f4f.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://ballforbasketing.png" +dest_files=[ "res://.import/ballforbasketing.png-d2d8fd665fcb547004fb51b606b48f4f.stex" ] + +[params] + +compress/mode=0 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=0 +flags/filter=false +flags/mipmaps=false +flags/anisotropic=false +flags/srgb=2 +process/fix_alpha_border=true +process/premult_alpha=false +process/HDR_as_SRGB=false +process/invert_color=false +process/normal_map_invert_y=false +stream=false +size_limit=0 +detect_3d=true +svg/scale=1.0 diff --git a/basketball.tscn b/basketball.tscn new file mode 100644 index 0000000..5c746ea --- /dev/null +++ b/basketball.tscn @@ -0,0 +1,10 @@ +[gd_scene load_steps=3 format=2] + +[ext_resource path="res://ballforbasketing.png" type="Texture" id=1] +[ext_resource path="res://Sprite.gd" type="Script" id=2] + +[node name="Sprite" type="Sprite"] +position = Vector2( 520, 287 ) +scale = Vector2( 5, 5 ) +texture = ExtResource( 1 ) +script = ExtResource( 2 ) diff --git a/default_env.tres b/default_env.tres new file mode 100644 index 0000000..20207a4 --- /dev/null +++ b/default_env.tres @@ -0,0 +1,7 @@ +[gd_resource type="Environment" load_steps=2 format=2] + +[sub_resource type="ProceduralSky" id=1] + +[resource] +background_mode = 2 +background_sky = SubResource( 1 ) diff --git a/icon.png b/icon.png new file mode 100644 index 0000000..c98fbb6 Binary files /dev/null and b/icon.png differ diff --git a/icon.png.import b/icon.png.import new file mode 100644 index 0000000..a4c02e6 --- /dev/null +++ b/icon.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://icon.png" +dest_files=[ "res://.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex" ] + +[params] + +compress/mode=0 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=0 +flags/filter=true +flags/mipmaps=false +flags/anisotropic=false +flags/srgb=2 +process/fix_alpha_border=true +process/premult_alpha=false +process/HDR_as_SRGB=false +process/invert_color=false +process/normal_map_invert_y=false +stream=false +size_limit=0 +detect_3d=true +svg/scale=1.0 diff --git a/project.godot b/project.godot new file mode 100644 index 0000000..8d2e8a4 --- /dev/null +++ b/project.godot @@ -0,0 +1,27 @@ +; Engine configuration file. +; It's best edited using the editor UI and not directly, +; since the parameters that go here are not all obvious. +; +; Format: +; [section] ; section goes between [] +; param=value ; assign values to parameters + +config_version=4 + +[application] + +config/name="BasketBALLAZ" +run/main_scene="res://basketball.tscn" +config/icon="res://icon.png" + +[gui] + +common/drop_mouse_on_gui_input_disabled=true + +[physics] + +common/enable_pause_aware_picking=true + +[rendering] + +environment/default_environment="res://default_env.tres" -- cgit v1.2.3