Skip to content

Commit

Permalink
updated the readme file
Browse files Browse the repository at this point in the history
I updated the README.md file.
  • Loading branch information
atadenizoktay committed Apr 6, 2023
1 parent 88475d4 commit 8895838
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Godot Click Through Transparent Window
This is a demo project for the Godot Engine that features a transparent window with click-through capability and a Godot icon that moves randomly when clicked.

*This branch is compatible with Godot 4.0.2 version. For the version that supports Godot 3.5.2 LTS, please check the `godot-3` branch.*
## Screenshots
![GIF](https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExNmQ2YjVlNDQxMjg0YjkwNGE0M2NmNjVmM2Y1MGY4MTVjODc1OTg5OCZjdD1n/COJgkxdrHxaAaeFX0W/giphy.gif)
## Usage
This project doesn't add anything directly to the projects it's added to, and there's **no direct use** of this project. You can examine the script files within the project to **see how the implementations work** and apply them to your own projects.
## Licensing
This project is licensed under the MIT License. For further information, please refer to the `LICENSE` file.
2 changes: 1 addition & 1 deletion src/scenes/godot.tscn
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[gd_scene load_steps=3 format=3 uid="uid://wy75x8vwgq6r"]

[ext_resource type="Script" path="res://src/scenes/godot.gd" id="1_5067l"]
[ext_resource type="Texture2D" uid="uid://xb6fm0dka0ed" path="res://icon.svg" id="1_un4xy"]
[ext_resource type="Texture2D" uid="uid://rhk4yf3i5ipn" path="res://icon.svg" id="1_un4xy"]

[node name="Godot" type="Sprite2D"]
texture = ExtResource("1_un4xy")
Expand Down

0 comments on commit 8895838

Please sign in to comment.