summary refs log tree commit diff stats
path: root/shaders/bloom2.fragment
Commit message (Collapse)AuthorAgeFilesLines
* Added ability to resize window (full screen is really laggy though!)Kelly Rauchenberger2015-02-191-1/+2
|
* Added CRT mesh!Kelly Rauchenberger2015-02-191-1/+2
| | | | Also a character sprite, changed up the map file format, fixed some shader bugs
* Removed tool used to generate the font, also commited some stuff I forgot in ↵Kelly Rauchenberger2015-02-171-1/+3
| | | | the last commit
* Added bloom!Kelly Rauchenberger2015-02-151-0/+57
2025-08-20 16:23:58 -0400 committer Star Rauchenberger <fefferburbia@gmail.com> 2025-08-20 16:23:58 -0400 Converted puzzle symbols to an enum' href='/lingo2-archipelago/commit/data/maps/the_great/rooms/Question%20Room%20When.txtpb?h=v8.0.1&id=9cf74c63ba8fa7fa787c59e3a49a3cb6e3178521'>9cf74c6 ^
eb23fc8 ^

4c791aa ^
eb23fc8 ^


d2bc5b2 ^
eb23fc8 ^






1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
                          
                                   




                                     
                  

                                                                               
                                                                                


                                                                                 
                                 






                                   
name: "Question Room When"
panel_display_name: "Question Room"
panels {
  name: "QUESTION"
  path: "Panels/Questions/question_1"
  clue: "question"
  answer: "what"
  symbols: EXAMPLE
  proxies { answer: "when" path: "Panels/Question Proxies/question_1_proxied" }
  proxies { answer: "why" path: "Panels/Question Proxies/question_1_proxied2" }
  proxies { answer: "what" path: "Panels/Question Proxies/question_1_proxied3" }
  proxies { answer: "who" path: "Panels/Question Proxies/question_1_proxied4" }
  proxies { answer: "how" path: "Panels/Question Proxies/question_1_proxied5" }
  proxies { answer: "where" path: "Panels/Question Proxies/question_1_proxied6" }
  display_name: "QUESTION (When)"
}
paintings {
  name: "WHY"
  path: "Components/Paintings/why2"
  orientation: "north"
  gravity: Y_PLUS
}